-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
category:port-bugThe issue is with a library, which is something the port should already supportThe issue is with a library, which is something the port should already support
Description
Folow up to #10643
Describe the bug
FindBoost does not work, because vcpkg.cmake:248
does this set(Boost_COMPILER "-vc140")
.
It needs to be "-vc120"
for this use case.
Environment
- OS: Windows 10
- Compiler: MSVC 2013 / v120
To Reproduce
Steps to reproduce the behavior:
- Fix [boost] build failure with MSVC 2013 / v120 #10643 and then build boost with v120
- find_package(Boost)
Metadata
Metadata
Assignees
Labels
category:port-bugThe issue is with a library, which is something the port should already supportThe issue is with a library, which is something the port should already support