[CMake] Using name other than CMakeLists.txt

2011-08-23 Thread Belcourt, K. Noel
Hi, Our multi-physics project depends on product build systems using both stock CMake 2.8.x and an incompatible fork of CMake which also (re)uses the CMake standard project filename (CMakeLists.txt). We need the ability to build this code base with both stock CMake and the CMake fork. W

Re: [CMake] [CPACK] CPack not working properly

2011-08-23 Thread Eric Noulard
2011/8/23 Renato Utsch : > Hello CMake Experts! > > I don't know if it's here that I have to ask, so if I'm wrong, please tell > me. > > I used the CPack and it stopped making the binary package at the middle of > the process, running like this: >From the trace you gave it does not stopped it goes

Re: [CMake] masm & msvc

2011-08-23 Thread Alexander Neundorf
Hi, On Monday 15 August 2011, Micha Renner wrote: > This script... > > # Copy & paste from CMake Wiki > # Works only if CMake runs in the Visual Studio DOS Window > SET(MASMFound FALSE) > # test whether it is a x86 machine and masm is available > IF("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86") >

[CMake] GraphViz module?

2011-08-23 Thread Raymond Wan
Hi all, I was wondering if there is a GraphViz module that is included with cmake. I'm using an older 2.8.2 and can't seem to find such a module and I'm wondering if my installation is just missing it. I looked at the recent cmake docs and it seems that it doesn't exist? I did a search and came

Re: [CMake] CMake and NaCl (Google NativeClient)

2011-08-23 Thread Alexander Neundorf
On Thursday 11 August 2011, Nils Hjelte wrote: > Hello! > > I'm trying to port a C++ project to NaCl > (http://code.google.com/chrome/nativeclient/), with cmake as the build > system, and I need to figure out some things. I am using a Mac as > build machine. I have changed the CMAKE_CXX_COMPILER/L

Re: [CMake] RPATH/RUNPATH

2011-08-23 Thread Alexander Neundorf
On Friday 19 August 2011, Michael Hertling wrote: > On 08/17/2011 10:03 PM, Knox, Kent wrote: > > Yes, that's right. I'm currently using cmake with RPATH, but from what > > I've been reading the RUNPATH header is now the more preferred approach. > > If the user does not set LD_LIBRARY_PATH, the R

Re: [CMake] CDT4 generator: source path configured incorrectly

2011-08-23 Thread Alexander Neundorf
On Wednesday 17 August 2011, Simon Barner wrote: > Dear list, > > I use CMake 2.8.5 to generate Eclipse CDT4 projects (Eclipse Helios SR2 > for C/C++ developers, CDT with mingw makefiles) on Windows 7 (32 bit). > > Since 2.8.5, for each project that is added using add_subdirectory(), a > linked r

Re: [CMake] ok guys, why is configure_file() so sucky?

2011-08-23 Thread Alexander Neundorf
On Wednesday 17 August 2011, David Cole wrote: > On Wed, Aug 17, 2011 at 10:32 AM, Bill Hoffman wrote: > > On 8/17/2011 10:17 AM, Andreas Mohr wrote: > >> [cue maximally inflammatory subject ;)] > >> > >> Hi, > >> > >> I keep encountering template file processing where > >> @VAR@ replacements e

Re: [CMake] Call for community dashboard submissions

2011-08-23 Thread David Cole
On Tue, Aug 16, 2011 at 8:34 AM, Rolf Eike Beer wrote: >> Good morning, CMake-ers... >> >> Some gloomy news for some of our platforms (Sun, QNX): > > [...] > >> - is there anybody else out there that could offer Continuous and >> Nightly dashboards for the QNX platform? > > I can't, but getting th

[CMake] [CPACK] CPack not working properly

2011-08-23 Thread Renato Utsch
Hello CMake Experts! I don't know if it's here that I have to ask, so if I'm wrong, please tell me. I used the CPack and it stopped making the binary package at the middle of the process, running like this: - Run CPack packaging tool... CPack: Create package using STGZ CPack: Install project

[CMake] [CMAKE] Problem when moving an executable with a shared library

2011-08-23 Thread Renato Utsch
Hello CMake Experts! I don't know if it's here that I have to ask, so if I'm wrong, please tell me. I'm having a problem with CMake. Let me explain: I use CMake to build a program and a shared library (let me say, "hello" and "libhello.so"). When I use them from my build folder (if the folder w

Re: [CMake] Error running link command: Bus error

2011-08-23 Thread Patrick Gampp
> What is your environment like? The Tutorial steps run on all of our > CMake dashboards, and we have several "Unix Makefiles" dashboards > running on various Macs. We do not see this error anywhere... > Mac Hardware: Model Name: Mac mini Model Identifier: Macmini4,1 Processor Name:

Re: [CMake] configuration based add_custom_command

2011-08-23 Thread Michael Wild
On Tue 23 Aug 2011 11:21:07 AM CEST, Robert Bielik wrote: > I'm trying to setup a custom command to be executed during Release build > only (Xcode) using CMake 2.8.4, but I cannot find > any configuration based options to ADD_CUSTOM_COMMAND ? Workarounds ? > > TIA > /Rob The easiest way around th

[CMake] configuration based add_custom_command

2011-08-23 Thread Robert Bielik
I'm trying to setup a custom command to be executed during Release build only (Xcode) using CMake 2.8.4, but I cannot find any configuration based options to ADD_CUSTOM_COMMAND ? Workarounds ? TIA /Rob ___ Powered by www.kitware.com Visit other Kitwar

Re: [CMake] Error running link command: Bus error

2011-08-23 Thread Patrick Gampp
> Looks like a linker error not a cmake one. > You could run > > make VERBOSE=1 > > in order to see the command which is failing. > The terminal output of Tutorial/Step2 is: --- mac151:mac32 gmp$ make VERBOSE=1 "/Applications/CMake 2.8-5.app/Contents/bin/cmake" -H/Volumes/amm-er/gmp/Project