Browse Source

CUDA: Support compiler specific FindBinUtils overrides

Robert Maynard 5 years ago
parent
commit
79b6e928c3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/CMakeDetermineCUDACompiler.cmake

+ 1 - 0
Modules/CMakeDetermineCUDACompiler.cmake

@@ -74,6 +74,7 @@ endif()
 
 set(_CMAKE_PROCESSING_LANGUAGE "CUDA")
 include(CMakeFindBinUtils)
+include(Compiler/${CMAKE_CUDA_COMPILER_ID}-FindBinUtils OPTIONAL)
 unset(_CMAKE_PROCESSING_LANGUAGE)
 
 if(MSVC_CUDA_ARCHITECTURE_ID)