note existence of VCPKG_CXX_FLAGS also (#4208)

This commit is contained in:
mcgoo 2018-10-12 18:30:30 -05:00 committed by Robert Schumacher
parent 109c2cbb39
commit 0178015bf7

View File

@ -62,6 +62,7 @@ See also the CMake documentation for toolchain files: https://cmake.org/cmake/he
Sets additional compiler flags to be used when not using `VCPKG_CHAINLOAD_TOOLCHAIN_FILE`.
This option also has forms for configuration-specific and C flags:
- `VCPKG_CXX_FLAGS`
- `VCPKG_CXX_FLAGS_DEBUG`
- `VCPKG_CXX_FLAGS_RELEASE`
- `VCPKG_C_FLAGS`