Files
CMake/Tests/RunCMake/FindBoost/CMakePackage.cmake
Brad King c044b9ae84 FindBoost: Improve messages when a Boost CMake package is found
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.
2017-09-29 10:10:01 -04:00

3 lines
105 B
CMake

set(Boost_DIR ${CMAKE_CURRENT_SOURCE_DIR}/CMakePackage)
find_package(Boost 1.12345 COMPONENTS date_time)