summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/include/CMP0146-NEW-path.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/include/CMP0146-NEW-path.cmake')
-rw-r--r--Tests/RunCMake/include/CMP0146-NEW-path.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/include/CMP0146-NEW-path.cmake b/Tests/RunCMake/include/CMP0146-NEW-path.cmake
new file mode 100644
index 0000000000..6768d4dd8e
--- /dev/null
+++ b/Tests/RunCMake/include/CMP0146-NEW-path.cmake
@@ -0,0 +1,2 @@
+cmake_policy(SET CMP0146 NEW)
+include(${CMAKE_ROOT}/Modules/FindCUDA.cmake)