[cmake] fixes static build for macos with OpenMP enabled (fixes #6601) (#6600)

Co-authored-by: James Lamb <jaylamb20@gmail.com>
This commit is contained in:
Dmitry Mottl 2024-08-15 12:56:16 +08:00 коммит произвёл GitHub
Родитель 5e4ab24b30
Коммит 047c4fd25b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -752,7 +752,7 @@ endif()
#
# This reduces the risk of runtime issues resulting from multiple {libgomp,libiomp,libomp}.dylib being loaded.
#
if(APPLE AND USE_OPENMP)
if(APPLE AND USE_OPENMP AND NOT BUILD_STATIC_LIB)
# store path to {libgomp,libiomp,libomp}.dylib found at build time in a variable
get_target_property(
OpenMP_LIBRARY_LOCATION