Skip to content

Commit

Permalink
Enable CPACK package generator
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Apr 27, 2022
1 parent 7c31c2f commit 1bf3c53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,14 @@ ENDIF()



#SET(CPACK_GENERATOR
# "DEB;RPM")
# build a CPack driven installer package
SET(CPACK_GENERATOR
"DEB;RPM")
# build a CPack driven installer package
include (InstallRequiredSystemLibraries)
set (CPACK_RESOURCE_FILE_LICENSE
"${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
set (CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
set (CPACK_PACKAGE_CONTACT "[email protected]")
include (CPack)

# Build Doxygen documentation for the C API
Expand Down

0 comments on commit 1bf3c53

Please sign in to comment.