summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2020-03-25 08:29:09 -0400
committerRobert Maynard <robert.maynard@kitware.com>2020-03-27 12:58:01 -0400
commit79b6e928c3db39cd390ecd6f971f0179a88d8bcf (patch)
tree45a3fbc44f3f63e02b55d8c69642d5d831593177
parentf6704357159366fc404491e02f1ea6cee87f0989 (diff)
downloadcmake-79b6e928c3db39cd390ecd6f971f0179a88d8bcf.tar.gz
CUDA: Support compiler specific FindBinUtils overrides
-rw-r--r--Modules/CMakeDetermineCUDACompiler.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeDetermineCUDACompiler.cmake b/Modules/CMakeDetermineCUDACompiler.cmake
index 62ea686d0f..95c3cc9aa4 100644
--- a/Modules/CMakeDetermineCUDACompiler.cmake
+++ b/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)