Skip to content

Commit 988da8e

Browse files
committed
make package: add toplevel directory
1 parent b0c1af6 commit 988da8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ set(CPACK_PACKAGE_VERSION "${LUXCORE_VERSION}")
304304
set(CPACK_GENERATOR "ZIP")
305305
set(CPACK_STRIP_FILES TRUE)
306306
set(CPACK_THREADS 0)
307+
set(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY ON)
307308

308309
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON) # Install: per-component
309310
set(CPACK_COMPONENTS_GROUPING "ALL_COMPONENTS_IN_ONE") # Archive: all-in-one

0 commit comments

Comments
 (0)