aboutsummaryrefslogtreecommitdiff
path: root/ECMConfig.cmake.in
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-11-15 15:09:48 +0000
committerAlex Merry <alex.merry@kde.org>2015-11-22 10:39:45 +0000
commitc941061aa989bba945e296aad47df22f9c8ddd5f (patch)
tree02ce7b041d556579bd2c8c3c224776553c8cc5bd /ECMConfig.cmake.in
parent8f0cbc9f8a8e3b60df6755da1d7d5369ef37b8f2 (diff)
downloadextra-cmake-modules-c941061aa989bba945e296aad47df22f9c8ddd5f.tar.gz
extra-cmake-modules-c941061aa989bba945e296aad47df22f9c8ddd5f.tar.bz2
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
Diffstat (limited to 'ECMConfig.cmake.in')
-rw-r--r--ECMConfig.cmake.in7
1 files changed, 0 insertions, 7 deletions
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@")