Windows: fix undefined references after unbound submodule update
This commit is contained in:
parent
33adb9b1dc
commit
67571e7ba5
|
@ -804,7 +804,8 @@ endif()
|
|||
|
||||
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
|
||||
if(MINGW)
|
||||
set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi)
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wa,-mbig-obj")
|
||||
set(EXTRA_LIBRARIES mswsock;ws2_32;iphlpapi;crypt32)
|
||||
set(ICU_LIBRARIES ${Boost_LOCALE_LIBRARY} icuio icuin icuuc icudt icutu iconv)
|
||||
elseif(APPLE OR OPENBSD OR ANDROID)
|
||||
set(EXTRA_LIBRARIES "")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6b9b73a567e351b844f96c077f7b752ea92e298a
|
||||
Subproject commit 6a63f9954959119568fbc4af57d7b491b9428d87
|
|
@ -1 +1 @@
|
|||
Subproject commit d3724dfa553429d368c27aef160f02f5e8b8075f
|
||||
Subproject commit 193bdc4ee3fe2b0d17e547e86512528c2614483a
|
Loading…
Reference in New Issue