summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'openmp/runtime/CMakeLists.txt')
-rw-r--r--openmp/runtime/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/openmp/runtime/CMakeLists.txt b/openmp/runtime/CMakeLists.txt
index 9db058b6419..e8e9a748e7f 100644
--- a/openmp/runtime/CMakeLists.txt
+++ b/openmp/runtime/CMakeLists.txt
@@ -340,6 +340,10 @@ endif()
set(LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})
+# Optional backwards compatibility aliases.
+set(LIBOMP_INSTALL_ALIASES TRUE CACHE BOOL
+ "Install libgomp and libiomp5 library aliases for backwards compatibility")
+
# Print configuration after all variables are set.
if(${LIBOMP_STANDALONE_BUILD})
libomp_say("Operating System -- ${CMAKE_SYSTEM_NAME}")
OpenPOWER on IntegriCloud