mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
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.
3 lines
105 B
CMake
3 lines
105 B
CMake
set(Boost_DIR ${CMAKE_CURRENT_SOURCE_DIR}/CMakePackage)
|
|
find_package(Boost 1.12345 COMPONENTS date_time)
|