Welcome to mirror list, hosted at ThFree Co, Russian Federation.

modestConfig.cmake.in - github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acbe38eca9754e40ca763441df823a49b95002bc (plain)
1
2
3
4
5
6
7
8
9
10
11
@PACKAGE_INIT@

#include(CMakeFindDependencyMacro)
# NOTE Had to use find_package because find_dependency does not support COMPONENTS or MODULE until 3.8.0
#find_package(Boost 1.55 REQUIRED COMPONENTS regex)

# prevent including it several times
if(NOT @PROJECT_NAME@_FOUND)
   include("@PACKAGE_MODEST_INSTALL_CONFIGDIR@/@PROJECT_NAME@.cmake")
   check_required_components(@PROJECT_NAME@})
endif()