Neumann-A / my-vcpkg-triplets

my collection of vcpkg triplets
MIT License
70 stars 12 forks source link

vcpkg with clang on Linux #2

Closed endingly closed 1 year ago

endingly commented 1 year ago

Is there any triplet configuration for clang on Linux?

Neumann-A commented 1 year ago

In general you don't need that since vcpkg does not isolate the environment from the build on !windows. So if you set your default compiler or set your environment variables CC CXX to clang in a way that cmake will pick it up vcpkg will/should automatically use clang.