bump windows version for CI until patches are updated

pull/1319/head
Jeff Becker 4 years ago
parent 184503dab1
commit ab568b27d0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -15,7 +15,7 @@ if(NOT MSVC_VERSION)
add_compile_options(-fno-ident -Wa,-mbig-obj)
link_libraries( -lws2_32 -lshlwapi -ldbghelp -luser32 -liphlpapi -lpsapi -luserenv )
# zmq requires windows xp or higher
add_definitions(-DWINVER=0x0500 -D_WIN32_WINNT=0x0500)
add_definitions(-DWINVER=0x0501 -D_WIN32_WINNT=0x0501)
endif()
if(EMBEDDED_CFG)

Loading…
Cancel
Save