summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAlexander Grund <alexander.grund@tu-dresden.de>2019-06-13 12:41:33 +0200
committerBrad King <brad.king@kitware.com>2019-06-18 08:22:50 -0400
commit7251d54bd104680317c58e08d3244b57ca5b57b0 (patch)
tree0253ecef8d94b79e6447353d326f2cc4bfa7338e /Tests
parenta4231943117f5ba3dd0fdc6c8b1824334162b69f (diff)
downloadcmake-7251d54bd104680317c58e08d3244b57ca5b57b0.tar.gz
Tests.FindBoost: Don't use BoostConfig in MODULE test
Diffstat (limited to 'Tests')
-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 39e92c1d35..f60ccfa009 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)