[Cmake-commits] CMake branch, master, updated. v3.5.2-792-g8afadaa

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

[cmake-developers] [CMake 0016132]: Repeated lines in NSIS.template.in

2016-05-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16132 == Reported By:Craig Scott Assigned To:

Re: [CMake] CPack: setting multiple RPM pre/post (un)install scripts

2016-05-29 Thread Andrew Melo
Hi On Sunday, May 29, 2016, Thomas Teo wrote: > Hi All, > In building an RPM package, I'd like to set multiple (un)install scripts - > an application specific one which starts services that are installed by the > RPM, and also to call ldconfig so that the shared library

[CMake] CPack: setting multiple RPM pre/post (un)install scripts

2016-05-29 Thread Thomas Teo
Hi All, In building an RPM package, I'd like to set multiple (un)install scripts - an application specific one which starts services that are installed by the RPM, and also to call ldconfig so that the shared library list is updated. The CMake/CPack documentation states this is supported (eg