Replies: 3 comments
-
|
vcpkg by default configures the compiler and CMake based on the current system environment, and it does not automatically adjust its build settings according to your CMAKE_OSX_DEPLOYMENT_TARGET. |
Beta Was this translation helpful? Give feedback.
-
|
I would strongly suggest that this default is incorrect. |
Beta Was this translation helpful? Give feedback.
-
|
In fact I consider it to be a serious bug |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building my software on Sequoia 15.4 but I target Ventura 13.4
vcpkg builds all the dependent libraries for macOS 15 which simply isn't correct.
It should build them for the level of macOS specified in CMAKE_OSX_DEPLOYMENT_TARGET.
Beta Was this translation helpful? Give feedback.
All reactions