Skip to content

Commit

Permalink
Raise minimum Windows version to Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 28, 2024
1 parent d92c246 commit 70995fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -566,11 +566,7 @@ else()
else()
list(APPEND BOOST_CONFIGURE_FLAGS address-model=32)
endif()
if("${_VS_PLATFORM_TOOLSET_TARGET}" STREQUAL "_xp")
list(APPEND BOOST_CONFIGURE_FLAGS define=BOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_WINXP)
else()
list(APPEND BOOST_CONFIGURE_FLAGS define=BOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_VISTA)
endif()
list(APPEND BOOST_CONFIGURE_FLAGS define=BOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_WIN10)
set(BOOST_TOOLSET msvc-${_VS_PLATFORM_TOOLSET_VERSION})
message(STATUS "Boost toolset is msvc-${_VS_PLATFORM_TOOLSET_VERSION} for ${CMAKE_VS_PLATFORM_TOOLSET}")
set(BOOST_OSX_SYSROOT "")
Expand Down

0 comments on commit 70995fa

Please sign in to comment.