Skip to content

Commit

Permalink
use win10 api
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffthemedio committed Dec 27, 2024
1 parent d96555d commit f2a4e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ else()
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)
list(APPEND BOOST_CONFIGURE_FLAGS define=BOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_WIN10)
endif()
set(BOOST_TOOLSET msvc-${_VS_PLATFORM_TOOLSET_VERSION})
message(STATUS "Boost toolset is msvc-${_VS_PLATFORM_TOOLSET_VERSION} for ${CMAKE_VS_PLATFORM_TOOLSET}")
Expand Down

0 comments on commit f2a4e28

Please sign in to comment.