Skip to content

Commit 84554ac

Browse files
committed
include CPack too
1 parent c680960 commit 84554ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ if(EXISTS cmake/Config.cmake.in)
7676
install(EXPORT ${TARGETS_EXPORT_NAME} FILE ${TARGETS_EXPORT_NAME}.cmake DESTINATION "${INSTALL_CONFIGDIR}"
7777
NAMESPACE beman::
7878
)
79+
80+
set(CPACK_GENERATOR TGZ)
81+
include(CPack)
82+
7983
endif()
8084
endblock()
8185

0 commit comments

Comments
 (0)