summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindBoost/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FindBoost: Add tests for legacy variablesAlexander Grund2019-06-181-0/+8
|
* FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z formatDennis Klein2019-05-131-0/+4
| | | | This aligns module mode behaviour with config mode.
* FindBoost: Add new unit testsDennis Klein2019-05-071-0/+11
|
* Tests: Make RunCMake.FindBoost robust to Boost_ROOT in environmentBrad King2019-01-141-0/+1
| | | | | Remove the environment variable within the test to avoid CMP0074 behavior.
* FindBoost: Restore finding without CXX language enabledBrad King2018-11-261-0/+1
| | | | | | | | | | Since commit v3.13.0~7^2 (FindBoost: Improve compiler prefix detection for GCC 5+ and clang 4+, 2018-11-07) we run the internal `_Boost_COMPILER_DUMPVERSION` macro on all UNIX platforms. Teach the macro to tolerate missing `CMAKE_CXX_COMPILER_VERSION`, which occurs when the CXX language is not enabled. Fixes: #18624
* FindBoost: Improve messages when a Boost CMake package is foundBrad King2017-09-291-0/+3
Add a test for this case to verify the messages. This test will also be valuable to cover this code path in which we've had several regressions recently.