[cmake-developers] [PATCH] Add --no-install-deps to bootstrapping procedure
Brad King
brad.king at kitware.com
Wed Aug 5 13:34:50 EDT 2015
On 08/05/2015 11:16 AM, Ray Donnelly wrote:
> MSYS2 uses Pacman to manage package dependencies so without this
> patch, our mingw-w64-cmake-git package ends up bundling all the DLLs
> it depends on which causes conflicts with the packages those DLLs
> really belong to.
I don't think we should require an explicit option for this and
should instead just not install runtime dependencies by default.
They are needed only when packaging binaries for independent
redistribution. Try this:
Do not install 3rd-party dependencies by default
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=26f5445b
Thanks,
-Brad
More information about the cmake-developers
mailing list