5f61ed991b
Move PARTIALLY_RELOCATABLE_WARNING test to the new common CPack test script structure to have all tests in one place as well as additional benefit of having some more checks done during test execution.
7 lines
193 B
CMake
7 lines
193 B
CMake
install(FILES CMakeLists.txt DESTINATION /not_relocatable COMPONENT static)
|
|
|
|
set(CPACK_PACKAGE_RELOCATABLE TRUE)
|
|
set(CPACK_PACKAGING_INSTALL_PREFIX "/opt")
|
|
|
|
set(CPACK_RPM_COMPONENT_INSTALL ON)
|