mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 15:50:50 -06:00
5 lines
168 B
CMake
5 lines
168 B
CMake
set(Boost_DATE_TIME_FOUND 1)
|
|
add_library(Boost::boost INTERFACE IMPORTED)
|
|
add_library(Boost::headers INTERFACE IMPORTED)
|
|
add_library(Boost::date_time UNKNOWN IMPORTED)
|