Skip to content

Commit

Permalink
MSVC 19.40 is still vc143
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jun 21, 2024
1 parent b0a1eb2 commit 3f67136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoostDetectToolset.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)

elseif(MSVC)

if((MSVC_VERSION GREATER 1929) AND (MSVC_VERSION LESS 1940))
if((MSVC_VERSION GREATER 1929) AND (MSVC_VERSION LESS 1950))

set(BOOST_DETECTED_TOOLSET "vc143")

Expand Down

0 comments on commit 3f67136

Please sign in to comment.