Skip to content

Commit

Permalink
CMakeLists.txt: fix default CPACK_GENERATOR to RPM
Browse files Browse the repository at this point in the history
Our default platform is CentOS 7, so let's use
this as a default.
  • Loading branch information
lerwys committed Apr 5, 2021
1 parent 50a59aa commit 6cf835a
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 @@ -280,7 +280,7 @@ set(cpack_components_all_OPT "Binaries;Libs;Scripts;Tools"
set(CPACK_COMPONENTS_ALL "${cpack_components_all_OPT}")

# Any CPACK generator
set(cpack_generator_OPT "DEB"
set(cpack_generator_OPT "RPM"
CACHE STRING "CPack CPACK_GENERATOR variable"
)

Expand Down

0 comments on commit 6cf835a

Please sign in to comment.