Re: [cmake-developers] Support for imported targets in CMAKE_REQUIRED_LIBRARIES

2012-01-19 Thread Brad King
On 1/18/2012 4:24 PM, Alexander Neundorf wrote: On Wednesday 18 January 2012, Alexander Neundorf wrote: Hi, the variable CMAKE_REQUIRED_LIBRARIES is used by several of the check-modules for listing additional libraries which should be linked. It is common to use variables set by Find-modules

[cmake-developers] [CMake 0012887]: FindBoost: ${Boost_LIBRARIES} contains extra 'optimized' and 'debug' key words making impossible install

2012-01-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12887 == Reported By:sutasu Assigned To:

Re: [cmake-developers] FindPythonInterp.cmake an different major versions

2012-01-19 Thread Brad King
On 1/18/2012 12:31 PM, Rolf Eike Beer wrote: Brad King wrote: Therefore I would expect find_package(PythonInterp 2) to find a python interpreter compatible with version 2, which does not include version 3. You just can't use the normal version check from the standard find helper module.

[cmake-developers] [CMake 0012900]: Sequence of pathes for Qt

2012-01-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12900 == Reported By:Oleg Assigned To:

Re: [cmake-developers] valgrind errors

2012-01-19 Thread Rolf Eike Beer
Bill Hoffman wrote: We seems to have some valgrind errors on the dashboard: http://www.cdash.org/CDash/viewDynamicAnalysisFile.php?id=2554459 Seems to have started with this day: http://www.cdash.org/CDash/viewChanges.php?project=CMakedate=2011-11-12

Re: [CMake] Install an executable with his libraries

2012-01-19 Thread Anthony Todisco
Thank you Eric for this link, but I don't really understand how to use RPATH with CMake. Could you provide me piece of advice for my case? 2012/1/18 Eric Noulard eric.noul...@gmail.com 2012/1/18 Anthony Todisco todisco.anthony...@gmail.com: Thank you very much, it works fine now :D.

Re: [CMake] Install an executable with his libraries

2012-01-19 Thread Eric Noulard
2012/1/19 Anthony Todisco todisco.anthony...@gmail.com: Thank you Eric for this link, but I don't really understand how to use RPATH with CMake. The RPATH usage control with CMake is done using 4 variables: CMAKE_SKIP_BUILD_RPATH CMAKE_BUILD_WITH_INSTALL_RPATH CMAKE_INSTALL_RPATH

[CMake] Debian source package build/install

2012-01-19 Thread Anders Wallin
Hi all, For uploading to launchpad/PPA, I'm making a source-package with a cmake-script I found by googling: https://github.com/aewallin/opencamlib/blob/master/src/DebSourcePPA.cmake (please do let me know if there is a better way to build a debian source package with cmake!) It seems to work,

Re: [CMake] Debian source package build/install

2012-01-19 Thread Andreas Pakulat
On 19.01.12 19:39:09, Anders Wallin wrote: Hi all, For uploading to launchpad/PPA, I'm making a source-package with a cmake-script I found by googling: https://github.com/aewallin/opencamlib/blob/master/src/DebSourcePPA.cmake (please do let me know if there is a better way to build a debian

[CMake] Compile multiple-sources at a time?

2012-01-19 Thread Oliver kfsone Smith
I realize not every build environment supports the option, but is there a way to get CMake to generate Makefiles which aggregate source files, e.g. $ g++ -pipe -o library.a lib1.cpp lib2.cpp lib3.cpp $ g++ -pipe -o exeutable file1.cpp file2.cpp file3.cpp library.a - Oliver -- Powered by

Re: [CMake] Compile multiple-sources at a time?

2012-01-19 Thread Eric Noulard
2012/1/19 Oliver kfsone Smith osm...@playnet.com: I realize not every build environment supports the option, but is there a way to get CMake to generate Makefiles which aggregate source files, e.g. $ g++ -pipe -o library.a lib1.cpp lib2.cpp lib3.cpp $ g++ -pipe -o exeutable file1.cpp

[CMake] Cmake / NSIS: escape parenthesis

2012-01-19 Thread ycollette . nospam
Hello, I would like to add the following statements in my nsis installer: list(APPEND CPACK_NSIS_EXTRA_INSTALL_COMMANDS ${If} ${RunningX64} DetailPrint 'DEBUG: Windows 64 bits: RunningX64 = ${RunningX64}' ${Else} DetailPrint 'DEBUG: Windows 32 bits: RunningX64 =

Re: [CMake] Cmake / NSIS: escape parenthesis

2012-01-19 Thread ycollette . nospam
Argh ! Answer to my own question: list(APPEND CPACK_NSIS_EXTRA_INSTALL_COMMANDS !include LogicLib.nsh !include x64.nsh \\\${If} \\\${RunningX64} DetailPrint 'DEBUG: Windows 64 bits: RunningX64 = ${RunningX64}' \\\${Else} DetailPrint 'DEBUG:

[Cmake-commits] CMake beginner question

2012-01-19 Thread Ali Habib
I want to build VTK for IOS, how can I adjust the CMake files to do that, any suggestions ideas will be highly appreciated Best regards ___ Cmake-commits mailing list Cmake-commits@cmake.org

[Cmake-commits] CMake branch, next, updated. v2.8.7-2158-g9d9a838

2012-01-19 Thread Clinton Stimpson
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 9d9a838b2e83b29953f787ca1b0148e38874287a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2160-gf0f1c4a

2012-01-19 Thread Clinton Stimpson
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 f0f1c4a7e0b1a8838407c090c58ca8e13e2ff62f (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2163-gccede27

2012-01-19 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 ccede27648e85ebfbce77ccda49d7ec63f80bd4b (commit) via