Tests: Make RunCMake.FindBoost robust to Boost_ROOT in environment

Remove the environment variable within the test to avoid CMP0074
behavior.
This commit is contained in:
Brad King
2019-01-14 07:44:32 -05:00
parent 848dc85187
commit 97d2109294

View File

@@ -1,4 +1,5 @@
include(RunCMake)
unset(ENV{Boost_ROOT})
run_cmake(CMakePackage)
run_cmake(NoCXX)