mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-18 05:01:50 -06:00
Tests.FindBoost: Don't use BoostConfig in MODULE test
This commit is contained in:
committed by
Brad King
parent
a423194311
commit
7251d54bd1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user