mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 04:17:50 +02:00
CI fix
This commit is contained in:
@ -100,9 +100,8 @@ else()
|
||||
endif ()
|
||||
|
||||
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
# TODO: Replace with add_compile_options?
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc -static-libstdc++")
|
||||
target_compile_options(sdrpp_core PRIVATE -static)
|
||||
target_link_options(sdrpp_core PRIVATE -static-libgcc -static-libstdc++)
|
||||
endif ()
|
||||
|
||||
endif ()
|
||||
|
Reference in New Issue
Block a user