diff options
Diffstat (limited to 'src/boost/libs/property_tree/cmake/config.cmake.in')
-rw-r--r-- | src/boost/libs/property_tree/cmake/config.cmake.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/boost/libs/property_tree/cmake/config.cmake.in b/src/boost/libs/property_tree/cmake/config.cmake.in new file mode 100644 index 000000000..fdf3dec44 --- /dev/null +++ b/src/boost/libs/property_tree/cmake/config.cmake.in @@ -0,0 +1,6 @@ +@PACKAGE_INIT@ + +include(CMakeFindDependencyMacro) +find_dependency(Boost REQUIRED ) #COMPONENTS container system) + +include("${CMAKE_CURRENT_LIST_DIR}/boost_property_tree-targets.cmake") |