7 lines
185 B
CMake
7 lines
185 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
find_dependency(Boost REQUIRED ) #COMPONENTS container system)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/boost_property_tree-targets.cmake")
|