[CMake] READ ME run bootstrap

2013-06-14 Thread John Jenkinson
I'm preparing to install PCL (Point Cloud Library), and their building PCL's dependencies from source tutorial says to download Cmake. However, in the Cmake read me it says, If you don't have any previous version of CMake already installed

Re: [CMake] Windows NSIS installer shared libraries

2013-06-14 Thread Richard Shaw
Ack, something about this list confuses gmail and it always goes to the poster instead of the list apologies. On Fri, Jun 14, 2013 at 1:07 AM, J Decker d3c...@gmail.com wrote: I think something like if( NOT UNIX ) install( TARGETS x RUNTIME DESTINATION bin LIBRARY DESTINATION bin

Re: [CMake] Windows NSIS installer shared libraries

2013-06-14 Thread Leek, Jim
Geez, all I have to do it this for each library (mars is a library) and it just works: install (TARGETS mars RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib) That's much better than what I was doing before: if(UNIX) install (TARGETS metis DESTINATION

Re: [CMake] Update for How to create a ProjectConfig.cmake file?

2013-06-14 Thread Jean-Christophe Fillion-Robin
Hi, Would be great is somebody could help and update the wiki page. Here are some pointers: http://cmake.3232098.n2.nabble.com/CMakeModules-repository-at-GitHub-tp7583818p7583832.html http://www.cmake.org/pipermail/cmake/2013-February/053689.html Hth Jc On Thu, Jun 13, 2013 at 10:45 AM,

[CMake] GenerateExportHeader usage

2013-06-14 Thread MichaƂ Walenciak
hello all I'm trying to use GenerateExportHeader module from cmake. part of my CmakeLists.txt: add_compiler_export_flags() add_library(gui SHARED ${gui_CPP} ${gui_HPP}) generate_export_header(gui) it works nice for gui project itself, but when I try to include gui's .h files in another

[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2619-gc043669

2013-06-14 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 c0436698786f2c196ed2849a6904d269b51db5f9 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2621-g9022081

2013-06-14 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 902208172455e347099199f0382fb230bbdb593a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2623-g03e39be

2013-06-14 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 03e39be5319c5104c839e13389341315210f31f1 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-304-gbc3a7b6

2013-06-14 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, master has been updated via bc3a7b61e261c9299b81d572d3fa3c78f87ec075 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-306-gf247474

2013-06-14 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, master has been updated via f247474eb68cc0c96eb20164d0e52e14e3efb7d7 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-310-gbbaae3e

2013-06-14 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, master has been updated via bbaae3e42150db41c3386c80a631e1134ac085d5 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-312-ged2f59e

2013-06-14 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, master has been updated via ed2f59e6149ab763c20653365fb881a9b9e315fd (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-318-gd556631

2013-06-14 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, master has been updated via d556631079c8c54eb1a569b5b702412170ceee94 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-320-gdea8271

2013-06-14 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, master has been updated via dea8271840b69bef078d7af324a72636ff195c94 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-316-g1f8733a

2013-06-14 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, master has been updated via 1f8733a0c25442a90397f0f7dd0fcb583b15ae8e (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2633-g81e19c3

2013-06-14 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 81e19c34912fba1829af3dc4dd60a5f369a0e02f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.11.1-2635-g94d0c90

2013-06-14 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 94d0c909d3d979fa7b9baeef84010169944138c6 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.11.1-321-g19df459

2013-06-14 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 91b2202..d8e6d66 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 11) -set(CMake_VERSION_TWEAK 20130614