[cmake-developers] Fix for #0012431: CPackDeb.cmake creates debian directory only, DEBIAN sometimes needed - dpkg-shlibdeps bails out upon a $ORIGIN RPATH

2013-05-07 Thread John Knottenbelt
I have the same issue as http://public.kitware.com/Bug/view.php?id=12431 The problem is that when making a .deb using cpack, and dpkg-shlibdeps has been enabled, and the executable is using rpath with $ORIGIN, dpkg-shlibdeps requires DEBIAN directory in order to relativize $ORIGIN. The solution

Re: [cmake-developers] Fix for #0012431: CPackDeb.cmake creates debian directory only, DEBIAN sometimes needed - dpkg-shlibdeps bails out upon a $ORIGIN RPATH

2013-05-07 Thread Brad King
On 05/07/2013 10:04 AM, John Knottenbelt wrote: I have the same issue as http://public.kitware.com/Bug/view.php?id=12431 The problem is that when making a .deb using cpack, and dpkg-shlibdeps has been enabled, and the executable is using rpath with $ORIGIN, dpkg-shlibdeps requires DEBIAN

Re: [CMake] custom NSIS installer

2013-05-07 Thread Lloyd
On Tue, May 7, 2013 at 4:22 AM, David Golub golu...@gmail.com wrote: Just put your NSIS.template.in in the root of your source tree along with CMakeLists.txt. CMake will detect your file and use it instead of the one in the CMake installation. ** ** David Golub I would like to

Re: [CMake] Problems with ctest output using clang compiler on Mac

2013-05-07 Thread Ananda Tallur
Hi, Just to inform CMake users on Mac OS X that problem is solved by using CTEST_USE_LAUNCHERS option. As a reminder, problem is that some warnings generated by different clang processes during parallel compilation get mixed together, become

Re: [CMake] Problem with CMAKE_AUTOMOC files not being regenerated or cleaned

2013-05-07 Thread Glenn Coombs
I won't bother just yet then. Let me know if I can be of any help in testing your fix. BTW, is your fix likely to make it into the pending 2.8.11 release ? -- Glenn On 5 May 2013 19:33, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Sunday 05 May 2013, Glenn Coombs wrote: Alex,

Re: [CMake] custom NSIS installer

2013-05-07 Thread Bill Hoffman
On 5/7/2013 8:20 AM, Lloyd wrote: On Tue, May 7, 2013 at 4:22 AM, David Golub golu...@gmail.com mailto:golu...@gmail.com wrote: Just put your NSIS.template.in http://NSIS.template.in in the root of your source tree along with CMakeLists.txt. CMake will detect your file and use

Re: [CMake] Problem with CMAKE_AUTOMOC files not being regenerated or cleaned

2013-05-07 Thread Alexander Neundorf
On Tuesday 07 May 2013, Glenn Coombs wrote: I won't bother just yet then. Let me know if I can be of any help in testing your fix. BTW, is your fix likely to make it into the pending 2.8.11 release ? Don't know, probably it's too late. Alex -- Powered by www.kitware.com Visit other

[CMake] Robert, add me to your LinkedIn network?

2013-05-07 Thread Gustavo Gutierrez-Sabogal
LinkedIn Gustavo Gutierrez-Sabogal requested to add you as a connection on LinkedIn: -- Robert, I'd like to add you to my professional network on LinkedIn. - Gustavo Accept invitation from Gustavo Gutierrez-Sabogal

[CMake] MACOSX_PACKAGE_LOCATION Not Working?

2013-05-07 Thread Marek Vojtko (Firaxis)
Hi, I am trying to copy assets (textures) into an application bundle in my project's CMake file. The solution that has brought me the closest was the following: // ${ASSETS_DIR} points to a directory in my project that contains the textures file( GLOB Textures ${ASSETS_DIR}/*.dds ) file( GLOB

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2878-g2241686

2013-05-07 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 224168673684f41a472a7d5de6e721b9154650ce (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2880-gb130d72

2013-05-07 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via b130d725ff6986e2cbf5ecb2aacc292c55395d60 (commit) via

[Cmake-commits] CMake branch, release, updated. v2.8.10.2-1030-g6162e0f

2013-05-07 Thread Robert Maynard
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, release has been updated via 6162e0ff2d20d70cb2f7ef6714e05ca65aed3123 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2900-gbed399f

2013-05-07 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via bed399f33e43a81e3b19c707de89cfbd43736d71 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-1024-g619fa2c

2013-05-07 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 6455a87..ac680d4 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 10) -set(CMake_VERSION_TWEAK 20130507