cmake : silence linker check stdout
This commit is contained in:
parent
88781479f1
commit
abacb27868
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ endif()
|
|||
execute_process(
|
||||
COMMAND ${CMAKE_C_COMPILER} ${CMAKE_EXE_LINKER_FLAGS} -Wl,-v
|
||||
ERROR_VARIABLE output
|
||||
OUTPUT_QUIET
|
||||
)
|
||||
if (output MATCHES "dyld-1015\.7")
|
||||
add_compile_definitions(HAVE_BUGGY_APPLE_LINKER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue