Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bbd03582 authored by hhakim's avatar hhakim
Browse files

Remove /opt from auto filelist for rpm package because it's a conflict with filesystem package.

parent a3820f88
Branches
Tags
No related merge requests found
Pipeline #833822 skipped
...@@ -868,6 +868,8 @@ ELSE(WIN32 AND NOT UNIX) ...@@ -868,6 +868,8 @@ ELSE(WIN32 AND NOT UNIX)
#SET (CPACK_RPM_PACKAGE_REQUIRES ) #SET (CPACK_RPM_PACKAGE_REQUIRES )
#set(CPACK_RPM_COMPONENT_INSTALL ON) #set(CPACK_RPM_COMPONENT_INSTALL ON)
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST "/opt")
set(CPACK_RPM_PACKAGE_REQUIRES "matio >= 1.5.7") set(CPACK_RPM_PACKAGE_REQUIRES "matio >= 1.5.7")
#TODO: set(CPACK_DEBIAN_PACKAGE_DEPENDS "matio") #TODO: set(CPACK_DEBIAN_PACKAGE_DEPENDS "matio")
if(BUILD_WRAPPER_PYTHON) if(BUILD_WRAPPER_PYTHON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment