mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
set package directory to just Katie (without version)
This commit is contained in:
parent
6e01f40872
commit
7daccd499e
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README")
|
|||
set(CPACK_PACKAGE_VERSION_MAJOR ${KATIE_MAJOR})
|
||||
set(CPACK_PACKAGE_VERSION_MINOR ${KATIE_MINOR})
|
||||
set(CPACK_PACKAGE_VERSION_PATCH ${KATIE_MICRO})
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Katie")
|
||||
set(CPACK_SOURCE_IGNORE_FILES "/build/;/mingw/;/.git;${CPACK_SOURCE_IGNORE_FILES}")
|
||||
if(WIN32)
|
||||
set(CPACK_GENERATOR "ZIP")
|
||||
|
|
Loading…
Add table
Reference in a new issue