We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5976d5 commit 2250d30Copy full SHA for 2250d30
CMakeLists.txt
@@ -204,8 +204,8 @@ if (MINGW)
204
set(CMAKE_SHARED_MODULE_PREFIX)
205
set(CMAKE_STATIC_LIBRARY_PREFIX)
206
207
- # 0x0A00 is Windows 10
208
- add_definitions(-D_WIN32_WINNT=0x0A00)
+ # 0x0601 is Windows 7 - see also comments in autoconfig_msvc.h
+ add_definitions(-D_WIN32_WINNT=0x0601)
209
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -msse4 -std=c++20")
210
endif()
211
0 commit comments