Re: [cmake-developers] productbuild: Installing to absolute system path or to user home path

2019-10-31 Thread David Cole via cmake-developers
According to the docs, the INSTALL command uses the absolute path if it is given as the DESTINATION, so it should work. https://cmake.org/cmake/help/latest/command/install.html Did you try using a double quoted string, instead of escaping the space with a backslash? I think this should work

[cmake-developers] [ANNOUNCE] CMake 3.16.0-rc3 is ready for testing

2019-10-31 Thread Robert Maynard via cmake-developers
I am proud to announce the third CMake 3.16 release candidate. https://cmake.org/download/ Documentation is available at: https://cmake.org/cmake/help/v3.16 Release notes appear below and are also published at https://cmake.org/cmake/help/v3.16/release/3.16.html Some of the more

Re: [cmake-developers] generator expression in install RENAME

2019-10-31 Thread Nicolas Desprès
Done: https://gitlab.kitware.com/cmake/cmake/issues/19903 On Tue, Oct 29, 2019 at 4:30 PM Kyle Edwards wrote: > Please open an issue at https://gitlab.kitware.com/cmake/cmake/issues > to request support for this. > > Kyle > > On Tue, Oct 29, 2019 at 9:58 AM Nicolas Desprès > wrote: > > > > Hi