summaryrefslogtreecommitdiffstats
path: root/Tests/FindBoost
diff options
context:
space:
mode:
authorAlexander Grund <alexander.grund@tu-dresden.de>2019-06-13 10:41:33 (GMT)
committerBrad King <brad.king@kitware.com>2019-06-18 12:22:50 (GMT)
commit7251d54bd104680317c58e08d3244b57ca5b57b0 (patch)
tree0253ecef8d94b79e6447353d326f2cc4bfa7338e /Tests/FindBoost
parenta4231943117f5ba3dd0fdc6c8b1824334162b69f (diff)
downloadCMake-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.txt1
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)