cmake : silence linker check stdout

This commit is contained in:
Jared Van Bortel 2023-12-11 17:13:19 -05:00
parent 88781479f1
commit abacb27868

View file

@ -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)