Skip to content

Commit 2ff6699

Browse files
committed
More consistent packaging target
1 parent 8371d4c commit 2ff6699

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Application build output
22
build/
3+
distribution/
34

45
# Created by CPack when executing tests.
56
Testing/

packaging/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Base package settings
88
set(CPACK_PACKAGE_VENDOR ${PROJECT_COMPANY_NAME})
9-
set(CPACK_PACKAGE_DIRECTORY build/distribution)
9+
set(CPACK_PACKAGE_DIRECTORY distribution)
1010
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${CPACK_PACKAGE_NAME})
1111
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION}")
1212
set(CPACK_PACKAGE_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})

0 commit comments

Comments
 (0)