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.
CMAKE_MODULE_PATH
1 parent 883b0e1 commit 157f167Copy full SHA for 157f167
cmake/FindCUDA.cmake
@@ -59,4 +59,4 @@ else()
59
endif()
60
61
# Restore the cmake module path that contains our modules
62
-set(CMAKE_MODULE_PATH OLD_CMAKE_MODULE_PATH)
+set(CMAKE_MODULE_PATH ${OLD_CMAKE_MODULE_PATH})
0 commit comments