mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4506 Deployment : Add _openssl to package name when bundling OpenSSL
This commit is contained in:
@@ -775,6 +775,10 @@ if(RESINSIGHT_FOUND_HDF5)
|
|||||||
set (RESINSIGHT_PACKAGE_NAME "${RESINSIGHT_PACKAGE_NAME}_souring")
|
set (RESINSIGHT_PACKAGE_NAME "${RESINSIGHT_PACKAGE_NAME}_souring")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(RESINSIGHT_BUNDLE_OPENSSL AND OPENSSL_FOUND)
|
||||||
|
set (RESINSIGHT_PACKAGE_NAME "${RESINSIGHT_PACKAGE_NAME}_openssl")
|
||||||
|
endif()
|
||||||
|
|
||||||
# Append el5 when compiled on RHEL5 and el6 if compiled on RHEL6
|
# Append el5 when compiled on RHEL5 and el6 if compiled on RHEL6
|
||||||
if (NOT "${RESINSIGHT_RHEL_SYSTEM_NAME}" STREQUAL "")
|
if (NOT "${RESINSIGHT_RHEL_SYSTEM_NAME}" STREQUAL "")
|
||||||
set (RESINSIGHT_PACKAGE_NAME "${RESINSIGHT_PACKAGE_NAME}_${RESINSIGHT_RHEL_SYSTEM_NAME}")
|
set (RESINSIGHT_PACKAGE_NAME "${RESINSIGHT_PACKAGE_NAME}_${RESINSIGHT_RHEL_SYSTEM_NAME}")
|
||||||
|
|||||||
Reference in New Issue
Block a user