diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-10 14:19:52 +0000 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-10 14:19:52 +0000 |
| commit | 1b1a637e4514029702216a2768adad2e43eebb8c (patch) | |
| tree | cde795d976b484bc103e6df167d949137e389dc2 | |
| parent | 60d1b0c720c58dc08b070dd9d39d72f93a07b028 (diff) | |
| download | nimisewi_c-1b1a637e4514029702216a2768adad2e43eebb8c.tar.gz nimisewi_c-1b1a637e4514029702216a2768adad2e43eebb8c.zip | |
fixed CPACK_PACKAGE_FILE_NAME
FossilOrigin-Name: 36e0e40dbb0ea51298e1c763b3e78fea7953fea4927d3eb24d44c2a6486ae922
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a0c299d..c32ab9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,8 +176,7 @@ set(CPACK_PROJECT_VERSION_MAJOR ${nimisewi_VERSION_MAJOR}) set(CPACK_PROJECT_VERSION_MINOR ${nimisewi_VERSION_MINOR}) set(CPACK_PROJECT_VERSION_PATCH ${nimisewi_VERSION_PATCH}) set(CPACK_PACKAGE_FILE_NAME - ${CMAKE_PROJECT_NAME}-${nimisewi_VERSION} - -${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}) + ${CMAKE_PROJECT_NAME}-${nimisewi_VERSION}-${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}) set(CPACK_GENERATOR "TGZ" "ZIP") set(CPACK_SOURCE_GENERATOR "TGZ" "ZIP") set(CPACK_SOURCE_IGNORE_FILES |
