[vcpkg] vcpkg_configure_meson not respecting VCPKG_C(XX)_FLAGS? #8271
Labels
category:vcpkg-feature
The issue is a new capability of the tool that doesn’t already exist and we haven’t committed
Seems like vcpkg_configure_meson is not respecting VCPKG_C(XX)_FLAGS
vcpkg/scripts/cmake/vcpkg_configure_meson.cmake
Lines 11 to 23 in 358ec09
vcpkg/scripts/cmake/vcpkg_configure_meson.cmake
Lines 54 to 58 in 358ec09
It should probably do exactly the same as vcpkg_configure_cmake which is simply loading a toolchain file and then set the flags accordingly. this way the flags are only ever set in one location. The same is probably true for
vcpkg_configure_qmake
where flags have to be passed via: QMAKE_CXXFLAGS+= etc.The text was updated successfully, but these errors were encountered: