[Cmake-commits] CMake branch, master, updated. v3.5.2-791-ge0fbd95

2016-05-28 Thread Kitware Robot
_VERSION_MINOR 5) -set(CMake_VERSION_PATCH 20160528) +set(CMake_VERSION_PATCH 20160529) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[cmake-developers] BundleUtilities Copy Framework

2016-05-28 Thread Simon Wells
Currently BundleUtilities will only copy the binary and the resources directory of frameworks, This may not include any other dependencies in the binary folder. This is immediately apparent with Python.framework and will not copy over the standard python files. I tried using the

[cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-28 Thread jerry . c . t
Hi, i am trying the example of the Output Expressions from here:   https://cmake.org/cmake/help/v3.5/manual/cmake-generator-expressions.7.html   But i have problems getting it working. It either fails with   ninja: error: build.ninja:83: bad $-escape (literal $ must be written as $$)  

Re: [CMake] How to run an install command as administrator?

2016-05-28 Thread Gonzalo Garramuño
On 26/05/2016 01:16 p.m., Juan Dent wrote: Hi, I have a simple CMakeLists.txt that tries to install at a place in the drive that requires administrator privileges. How can I make that install command to run as administrator, is there a way in CMake? If you are on Linux or Mac, it is easy.

[CMake] CPACK_NSIS_EXTRA_INSTALL_COMMANDS before install

2016-05-28 Thread Gonzalo Garramuño
Hi, I am using CPACK_NSIS_EXTRA_INSTALL_COMMANDS to create a new page where the user can select file associations (using the full syntax of NSIS). My problem is that the page gets shown after the install is done. I would like to have a variable which puts the NSIS commands before the