We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfee167 commit dd6003eCopy full SHA for dd6003e
CMakeLists.txt
@@ -190,6 +190,7 @@ find_program(CCACHE ccache)
190
if(CCACHE)
191
set(CMAKE_CXX_COMPILER_LAUNCHER ${CCACHE} ${CMAKE_CXX_COMPILER_LAUNCHER})
192
set(CMAKE_C_COMPILER_LAUNCHER ${CCACHE} ${CMAKE_C_COMPILER_LAUNCHER})
193
+ set(CMAKE_CUDA_COMPILER_LAUNCHER ${CCACHE} ${CMAKE_CUDA_COMPILER_LAUNCHER})
194
endif()
195
196
# Choose build type from: Debug Release RelWithDebInfo MinSizeRel Select
0 commit comments