summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake
diff options
context:
space:
mode:
authorDennis Klein <d.klein@gsi.de>2019-05-03 20:09:36 (GMT)
committerDennis Klein <d.klein@gsi.de>2019-05-07 15:19:46 (GMT)
commit634f6ea159d917a048a1591ee34a06677b538a22 (patch)
tree6557801a4b2f899406e705d8807130c4a30b40d8 /Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake
parenta22dd5d8be7336152e5cd99b364265e7afcec083 (diff)
downloadCMake-634f6ea159d917a048a1591ee34a06677b538a22.zip
CMake-634f6ea159d917a048a1591ee34a06677b538a22.tar.gz
CMake-634f6ea159d917a048a1591ee34a06677b538a22.tar.bz2
FindBoost: Add new unit tests
Diffstat (limited to 'Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake')
-rw-r--r--Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake b/Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake
new file mode 100644
index 0000000..aaffbf2
--- /dev/null
+++ b/Tests/RunCMake/FindBoost/ModuleModeNotFound.cmake
@@ -0,0 +1,4 @@
+set(BOOST_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/MockInstalls/1.70.0)
+set(Boost_NO_BOOST_CMAKE ON)
+set(Boost_NO_SYSTEM_PATHS ON)
+include(${CMAKE_CURRENT_SOURCE_DIR}/CommonNotFound.cmake)