diff options
author | Alexander Grund <alexander.grund@tu-dresden.de> | 2019-06-13 10:41:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-18 12:22:50 (GMT) |
commit | 7251d54bd104680317c58e08d3244b57ca5b57b0 (patch) | |
tree | 0253ecef8d94b79e6447353d326f2cc4bfa7338e /Tests/FindBoost | |
parent | a4231943117f5ba3dd0fdc6c8b1824334162b69f (diff) | |
download | CMake-7251d54bd104680317c58e08d3244b57ca5b57b0.zip CMake-7251d54bd104680317c58e08d3244b57ca5b57b0.tar.gz CMake-7251d54bd104680317c58e08d3244b57ca5b57b0.tar.bz2 |
Tests.FindBoost: Don't use BoostConfig in MODULE test
Diffstat (limited to 'Tests/FindBoost')
-rw-r--r-- | Tests/FindBoost/Test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/FindBoost/Test/CMakeLists.txt b/Tests/FindBoost/Test/CMakeLists.txt index 39e92c1..f60ccfa 100644 --- a/Tests/FindBoost/Test/CMakeLists.txt +++ b/Tests/FindBoost/Test/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.1) project(TestFindBoost CXX) include(CTest) +set(Boost_NO_BOOST_CMAKE ON) find_package(Boost REQUIRED COMPONENTS filesystem thread OPTIONAL_COMPONENTS program_options foobar) |