Skip to content

Commit

Permalink
CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION order matters...
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Jun 8, 2019
1 parent cdfa378 commit 0a20a30
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 @@ -140,7 +140,7 @@ set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Small and simple implementation of an act
set(CPACK_RPM_PACKAGE_LICENSE "MIT")
set(CPACK_RPM_PACKAGE_URL "https://github.com/FedeDP/libmodule")
set(CPACK_RPM_PACKAGE_GROUP "System Environment/Libraries")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig ${CMAKE_INSTALL_DATAROOTDIR}/licenses")
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "${CMAKE_INSTALL_DATAROOTDIR}/licenses ${CMAKE_INSTALL_DATAROOTDIR}/pkgconfig")
set(CPACK_RPM_PACKAGE_DESCRIPTION ${CPACK_PACKAGE_DESCRIPTION})
set(CPACK_RPM_FILE_NAME RPM-DEFAULT)

Expand Down

0 comments on commit 0a20a30

Please sign in to comment.