summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-20 03:22:57 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-20 03:22:57 +0000
commit13fe86b8fe9a46bdffa540eda9aa594ecbad33bb (patch)
treebe7cf1e16fc3db291e84abecd3324a2fed98cb3c /CMakeLists.txt
parentbf139ea0a8e31b0b54ad35b7f3ffef90ed6c7ee3 (diff)
downloadgflags-13fe86b8fe9a46bdffa540eda9aa594ecbad33bb.tar.gz
gflags-13fe86b8fe9a46bdffa540eda9aa594ecbad33bb.tar.bz2
gflags-13fe86b8fe9a46bdffa540eda9aa594ecbad33bb.zip
Correct CPack package description file.
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 acc38f8..46e8b68 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -348,7 +348,7 @@ if (BUILD_PACKAGING)
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "A commandline flags library that allows for distributed flags.")
set (CPACK_RESOURCE_FILE_WELCOME "${CMAKE_CURRENT_LIST_DIR}/README.txt")
set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_LIST_DIR}/COPYING.txt")
- set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_LIST_DIR}/INSTALL.txt")
+ set (CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_LIST_DIR}/README.txt")
set (CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
set (CPACK_OUTPUT_FILE_PREFIX packages)
set (CPACK_PACKAGE_RELOCATABLE TRUE)