https://github.com/Kitware/CMake
Revision 685fa8bec064e5776319c8a42c02578bd85b6a7d authored by Brad King on 30 October 2020, 13:29:31 UTC, committed by Brad King on 30 October 2020, 13:42:43 UTC
Since commit 4b2a61946f (FindBoost: Honor BOOST_ROOT when finding
upstream BoostConfig, 2020-10-22, v3.19.0-rc2~14^2) we accidentally leak
our internal setting of `Boost_ROOT`.  Revise the logic to unset our
temporary value.

Fixes: #21379
1 parent f506cc6
Raw File
Tip revision: 685fa8bec064e5776319c8a42c02578bd85b6a7d authored by Brad King on 30 October 2020, 13:29:31 UTC
FindBoost: Avoid leaking internal Boost_ROOT setting
Tip revision: 685fa8b
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top