update boost version on windows from nt6 to nt62

This commit is contained in:
Christopher A. Mosher 2023-01-05 08:55:06 -05:00
parent a0c7be4019
commit 2f60950f0c
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ target_compile_definitions(${APP_NAME} PRIVATE
BOOST_THREAD_DYN_LINK
BOOST_ALL_NO_LIB
BOOST_LIB_DIAGNOSTIC
BOOST_USE_WINAPI_VERSION=0x0600)
BOOST_USE_WINAPI_VERSION=0x0602)
target_link_libraries(${APP_NAME} PRIVATE ${Boost_LIBRARIES})
find_package(wxWidgets REQUIRED COMPONENTS base core xrc qa)