Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Add RPM to package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Lambiris committed Nov 11, 2017
1 parent 2307737 commit 8479c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ else(CMAKE_BUILD_TYPE MATCHES Release)
message(" ${CMAKE_C_FLAGS_RELEASE}")
endif()

set (CPACK_GENERATOR DEB)
set (CPACK_GENERATOR "DEB;RPM")
set (CPACK_PACKAGE_NAME "libevhtp")
set (CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
set (CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_MAJOR_VERSION})
Expand Down

0 comments on commit 8479c02

Please sign in to comment.