From c941061aa989bba945e296aad47df22f9c8ddd5f Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Sun, 15 Nov 2015 15:09:48 +0000 Subject: Overhaul the ECM build system. It should now be easier to read, and more featureful. Among other tweaks, we now print a summary of dependencies and build options, and the documentation is generated with more sensible breadcrumbs and builds properly with Sphinx 1.3. REVIEW: 126075 --- ECMConfig.cmake.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ECMConfig.cmake.in') diff --git a/ECMConfig.cmake.in b/ECMConfig.cmake.in index b163e3ae..f373cdc0 100644 --- a/ECMConfig.cmake.in +++ b/ECMConfig.cmake.in @@ -1,12 +1,5 @@ @PACKAGE_INIT@ -# set the version of myself -set(ECM_VERSION_MAJOR @ECM_MAJOR_VERSION@) -set(ECM_VERSION_MINOR @ECM_MINOR_VERSION@) -set(ECM_VERSION_PATCH @ECM_PATCH_VERSION@) -set(ECM_MODULES_VERSION ${ECM_VERSION_MAJOR}.${ECM_VERSION_MINOR}.${ECM_VERSION_PATCH}) - - set(ECM_FIND_MODULE_DIR "@PACKAGE_FIND_MODULES_INSTALL_DIR@") set(ECM_MODULE_DIR "@PACKAGE_MODULES_INSTALL_DIR@") -- cgit v1.2.1