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 5eab56d commit ae2e6a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/BoostInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ function(__boost_install_set_output_name LIB TYPE VERSION)

math(EXPR minor ${CMAKE_MATCH_2}/10)

if(major EQUAL 14 AND minor EQUAL 4)
# MSVC 19.40 is still vc143
set(minor 3)
endif()

string(APPEND toolset ${major}${minor})

endif()
Expand Down

0 comments on commit ae2e6a6

Please sign in to comment.