Skip to content

Commit d67066e

Browse files
committed
Propagate ccache to kokkos build
1 parent c6b895c commit d67066e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cmake/kokkos_config.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ExternalProject_Add(
1111

1212
CMAKE_ARGS
1313
-G "${CMAKE_GENERATOR}"
14+
-DCMAKE_C_COMPILER_LAUNCHER=${CMAKE_C_COMPILER_LAUNCHER}
15+
-DCMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_CXX_COMPILER_LAUNCHER}
1416
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
1517
-DCMAKE_INSTALL_PREFIX=${KOKKOS_INSTALL_DIR}
1618

0 commit comments

Comments
 (0)