[cmake-developers] CMAKE_EXPORT_COMPILE_COMMANDS undocumented

2012-06-16 Thread Eric Noulard
Hi all, The CMAKE_EXPORT_COMPILE_COMMANDS is not documented i.e. not available when using cmake --help-variable CMAKE_EXPORT_COMPILE_COMMANDS is it intentional because it is to be considered 'internal' to CMake shall it be added? -- Erk Le gouvernement représentatif n'est pas la démocratie --

[cmake-developers] [CMake 0013309]: FindBullet is missing a library name

2012-06-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13309 == Reported By:Jona Assigned To:

[CMake] help with shared-lib make failure

2012-06-16 Thread luxInteg
Greetings, Its been about 1 year since since I had a go at learning cmake. My current setup has these:- OS 64bit(AMD) cblfs linux, gcc-4.4.2, cmake-2.8.7 This is my current problem: My project has a file call this file1.c. CMake is used o generate makefile etc When make compiles file1.c

[CMake] How to remove CMAKE_INSTALL_PREFIX from cache non-advanced mode?

2012-06-16 Thread hce
Hi, I am using ccmake to configurate cache. The CMAKE_INSTALL_PREFIX is always visible in the non-advinced mode and I don't want it. How can I remove the CMAKE_INSTALL_PREFIX from the ccmake non-advinced mode? Thank you. -- View this message in context:

Re: [CMake] Mastering CMake: which cmake version?

2012-06-16 Thread David Cole
I think the book is useful, but does not contain specific information about complex setups per se. You will perhaps want both: read the book, and ask here for advice. :-) David On Fri, Jun 15, 2012 at 9:25 PM, Klaim - Joël Lamotte mjkl...@gmail.comwrote: Thanks for the info. I just wanted

Re: [CMake] How to remove CMAKE_INSTALL_PREFIX from cache non-advanced mode?

2012-06-16 Thread David Cole
mark_as_advanced(CMAKE_INSTALL_PREFIX) On Sat, Jun 16, 2012 at 7:20 AM, hce jupiter@gmail.com wrote: Hi, I am using ccmake to configurate cache. The CMAKE_INSTALL_PREFIX is always visible in the non-advinced mode and I don't want it. How can I remove the CMAKE_INSTALL_PREFIX from the

Re: [CMake] How to remove CMAKE_INSTALL_PREFIX from cache non-advanced mode?

2012-06-16 Thread David Cole
http://cmake.org/cmake/help/v2.8.8/cmake.html#command:mark_as_advanced On Sat, Jun 16, 2012 at 8:33 AM, David Cole david.c...@kitware.com wrote: mark_as_advanced(CMAKE_INSTALL_PREFIX) On Sat, Jun 16, 2012 at 7:20 AM, hce jupiter@gmail.com wrote: Hi, I am using ccmake to configurate

[CMake] Corrupt object files bootstrapping cmake on x86_64 Synology

2012-06-16 Thread Vicne Vicne
Hi, all, I have a project that uses cmake as build system on a Synology NAS. As I could not find binaries, I had successfully built cmake v2.8.4 one year ago on an old ARM-based model (DS-109). Now I want to migrate my project to a brand new Intel-based model (DS-412+ with Intel D2700 processor).

[CMake] cmake as pkg-config replacement has problems?

2012-06-16 Thread Hendrik Sattler
Hi, I try the following commands with my projects config file. It is not installed but the build tree is registered with export(TARGET). $ cmake -DNAME=OpenObex -DCOMPILER_ID=GNU -DLANGUAGE=C -DMODE=COMPILE --find-package -I/home/hendrik/projects/obex/openobex/repository/include $ cmake

[CMake] Calling NMake from CMake

2012-06-16 Thread Brian J. Davis
Since I do not see a FindNmake or the likes, is there a way to call Nmake from a CMakeLists.txt file? The root CMakeList.txt file contains: set( LIBTIFF_CONFIGURE_FILE ${TOP}/CMake/libtiff/CMakeLists.txt.config ) configure_file( ${LIBTIFF_CONFIGURE_FILE}

Re: [CMake] Calling NMake from CMake

2012-06-16 Thread Jean-Christophe Fillion-Robin
Hi Brian, While I am not directly answering your question, if you want to build zlib in a cross-platform fashion, you could probably have a look at: https://github.com/commontk/zlib Hth Jc On Sat, Jun 16, 2012 at 5:11 PM, Brian J. Davis bitmi...@gmail.com wrote: Since I do not see a

Re: [CMake] help with shared-lib make failure

2012-06-16 Thread luxInteg
On Saturday 16 June 2012 09:45:56 luxInteg wrote: Greetings, Its been about 1 year since since I had a go at learning cmake. My current setup has these:- OS 64bit(AMD) cblfs linux, gcc-4.4.2, cmake-2.8.7 This is my current problem: My project has a file call this file1.c. CMake is

[Cmake-commits] CMake branch, next, updated. v2.8.8-3198-gc97752f

2012-06-16 Thread Peter Kuemmel
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 c97752fcf55029c6c95d69f7945cf11cb7d3083b (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3202-g2723391

2012-06-16 Thread Peter Kuemmel
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 27233915aa7d1e08d150805ffef8458a94a3b9a6 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-306-g7eaaea1

2012-06-16 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 90e84e2..c34d43d 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 8) -SET(CMake_VERSION_TWEAK 20120616