# cpphibernate-config.cmake - package configuration file Message ( WARNING "Please configure the dependencies of this package!" ) # Include ( CMakeFindDependencyMacro ) # Find_Dependency ( ) Include ( FindPackageHandleStandardArgs ) Set ( ${CMAKE_FIND_PACKAGE_NAME}_CONFIG ${CMAKE_CURRENT_LIST_FILE} ) Find_Package_Handle_Standard_Args ( cpphibernate CONFIG_MODE ) Include ( "${CMAKE_CURRENT_LIST_DIR}/cpphibernate.cmake")