Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare-cpp_stl: make Boost 1.76 also findable by CMake
For the record, here's what the message from `cmake` looked like without the `BOOST_ROOT` environment variable set: ``` CMake Warning (dev) at CMakeLists.txt:7 (find_package): Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake --help-policy CMP0167" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at /usr/local/Cellar/cmake/3.30.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR unit_test_framework) Call Stack (most recent call first): /usr/local/Cellar/cmake/3.30.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) /usr/local/Cellar/cmake/3.30.0/share/cmake/Modules/FindBoost.cmake:2409 (find_package_handle_standard_args) CMakeLists.txt:7 (find_package) ```
- Loading branch information