mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-22 14:33:02 +08:00
0e50a41922
When passing on CMAKE_<LANG>_COMPILER_TARGET and CMAKE_<LANG>_COMPILER_EXTERNAL_TOOLCHAIN it is important that the selection of those via CMAKE_C_COMPILE_OPTIONS_TARGET/EXTERNAL_TOOLCHAIN is done without a space inbetween. For example COMPILE_OPTIONS_TARGET is with clang a simple --target= and so the selected target must follow without a space, so that we get --target=foo-bar instead of --target= foo bar, which the compiler does not parse as intended. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConfigureIncludeQuotesFix.patch | ||
CONTROL | ||
EmbedSymbolsInStaticLibsZ7.patch | ||
portfile.cmake | ||
remove-deps.cmake | ||
STRINGIFYPatch.patch | ||
usage | ||
vcpkg-cmake-wrapper.cmake |