From 7251d54bd104680317c58e08d3244b57ca5b57b0 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 13 Jun 2019 12:41:33 +0200 Subject: Tests.FindBoost: Don't use BoostConfig in MODULE test --- Tests/FindBoost/Test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v0.12