Files
CMake/Tests/RunCMake/FindBoost/RunCMakeTest.cmake
Brad King 97d2109294 Tests: Make RunCMake.FindBoost robust to Boost_ROOT in environment
Remove the environment variable within the test to avoid CMP0074
behavior.
2019-01-14 07:44:32 -05:00

6 lines
83 B
CMake

include(RunCMake)
unset(ENV{Boost_ROOT})
run_cmake(CMakePackage)
run_cmake(NoCXX)