Skip to content

Commit 08d3744

Browse files
Typo
1 parent f5e6bdd commit 08d3744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ endif()
510510

511511
# If Hyperion is deployed with all dependencies under Linux
512512
# it is necessary to deactivate the linker option dtag
513-
if(ENABLE_DEPLOY_DEPENDENCIES AND SYSTEM_MATCHES_LINUX)
513+
if(ENABLE_DEPLOY_DEPENDENCIES AND UNIX AND NOT APPLE)
514514
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--disable-new-dtags")
515515
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--disable-new-dtags")
516516
set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--disable-new-dtags")

0 commit comments

Comments
 (0)