mingw: Disable stack printing when using MINGW compiler.
This commit is contained in:
@@ -56,8 +56,12 @@ target_link_libraries(frelayGUI PRIVATE
|
||||
ClientCore Protocol
|
||||
Util
|
||||
Struct
|
||||
crashelper
|
||||
)
|
||||
|
||||
if(NOT DEFINED COMPILER_USE_MINGW)
|
||||
target_link_libraries(frelayGUI PRIVATE crashelper)
|
||||
endif()
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
target_link_libraries(frelayGUI PRIVATE ws2_32 wsock32)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user