Skip to content

Commit

Permalink
chore: Update CPack RPM build requirements in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Jun 26, 2024
1 parent 0e9efdf commit 76f1f89
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 @@ -123,7 +123,7 @@ install(TARGETS ${PROJECT_NAME}Executable RUNTIME DESTINATION ${CMAKE_INSTALL_BI
)

if(USE_CPM)
set(CPACK_RPM_BUILDREQUIRES "cmake, gcc-c++, git, cxxopts-devel")
set(CPACK_RPM_BUILDREQUIRES "cmake, gcc-c++, git")
else()
set(CPACK_RPM_PACKAGE_REQUIRES "spdlog, fmt, cxxopts, json-devel")
set(CPACK_RPM_BUILDREQUIRES
Expand Down

0 comments on commit 76f1f89

Please sign in to comment.