Tests.FindBoost: Don't use BoostConfig in MODULE test

This commit is contained in:
Alexander Grund
2019-06-18 08:22:50 -04:00
committed by Brad King
parent a423194311
commit 7251d54bd1
+1
View File
@@ -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)