summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorolibre <olibre@Lmap.org>2015-07-20 23:39:09 (GMT)
committerolibre <olibre@Lmap.org>2015-07-20 23:39:09 (GMT)
commit8c0c80e44e1e9cb1ce4e88a3e1d01b65536dc60c (patch)
treee4ca8c65622ed84d7f1a7540118033545e97de68 /CMakeLists.txt
parentba6eb1478d24dc32d4e123951e2f62c75b4b88bd (diff)
downloadDoxygen-8c0c80e44e1e9cb1ce4e88a3e1d01b65536dc60c.zip
Doxygen-8c0c80e44e1e9cb1ce4e88a3e1d01b65536dc60c.tar.gz
Doxygen-8c0c80e44e1e9cb1ce4e88a3e1d01b65536dc60c.tar.bz2
Rework the generation of packages DEB/RPM/... (CPack)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5752044..c5f71cf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,5 +137,5 @@ add_subdirectory(addon/doxywizard)
enable_testing()
add_subdirectory(testing)
-include(packaging) # set CPACK_xxxx properties
+include(cmake/packaging.cmake) # set CPACK_xxxx properties
include(CPack)