Comment on C++ Package Managers: The Ultimate RoundupComments−TillE2yvcpkg is well on its way to becoming the de facto standard, with support for just about every major platform out there.But FetchContent / ExternalProject in CMake is super convenient and works really well if you just have a couple simple dependencies.
Comments
vcpkg is well on its way to becoming the de facto standard, with support for just about every major platform out there.
But FetchContent / ExternalProject in CMake is super convenient and works really well if you just have a couple simple dependencies.