[CMake] CTest as dart client problem

2006-10-23 Thread Todd Pitts
Experimental I get: Site: planck.sandia.gov Build name: Linux-c++ Create new tag: 20061023-1237 - Experimental Start processing tests Configure project Configure with command: /usr/local/cmake/bin/cmake /home/tapitts/libsri Run command: /usr/local/cmake/bin/cmake /home/tapitts/libsri Each

Re: [CMake] Disable optimizations for an individual project

2006-10-23 Thread Brad King
Reggie Burnett wrote: What’s the best approach to disabling optimizations for a particular project? We still want to use release settings just with optimizations turned off and then just for that single project. Unfortunately there is no good approach for this right now. You can try removing

Re: [CMake] FIND_LIBRARY problem

2006-10-23 Thread Brad King
Abe Stephens wrote: I have a CMake build for a project. The project contains several directories (included with the SUBDIRS command). One of these directories has the same name as a library that I search for using FIND_LIBRARY. For some reason, cmake returns the path to this subdirectory

[CMake] Error detecting sun studio compiler under linux

2006-10-23 Thread Doug Henry
I am trying to use the sun studio compiler under linux and I am having a terrible time getting past the cmake compiler tests. I'm not sure what the error messages are telling me, but it looks like some incorrect flags are being passed in. I extracted the short test program from

Re: [CMake] Error detecting sun studio compiler under linux

2006-10-23 Thread Brad King
Doug Henry wrote: I am trying to use the sun studio compiler under linux and I am having a terrible time getting past the cmake compiler tests. I'm not sure what the error messages are telling me, but it looks like some incorrect flags are being passed in. I extracted the short test program

[CMake] QT4_ADD_RESOURCES not creating cpp on Mac OS X

2006-10-23 Thread Nick Arini
Dear CMake users, I am trying to get some resources (icon images) compiled in a Qt application on Mac OS X (10.4.8 Tiger) with cmake 2.4-patch 3. I am using version 4.2.0-snapshot-20060910 of Qt. I have the following in my CMakeLists.txt: PROJECT(QtApp) INCLUDE

Re: [CMake] QT4_ADD_RESOURCES not creating cpp on Mac OS X

2006-10-23 Thread Filipe Sousa
Nick Arini wrote: Dear CMake users, I am trying to get some resources (icon images) compiled in a Qt application on Mac OS X (10.4.8 Tiger) with cmake 2.4-patch 3. I am using version 4.2.0-snapshot-20060910 of Qt. I have the following in my CMakeLists.txt: PROJECT(QtApp)

[CMake] Semi-related question

2006-10-23 Thread Jonathan Hansen
This more of a compiler question but I figured since people here are make folks you might know and save me signing up for another list... Is there a way in GCC to eliminate an include directory from warnings? Example: gcc -Wall -I/tmp/messycode foo.cpp foo.o Where messycode will give a lot of

[CMake] CPack - installing non .exe and question on some variables

2006-10-23 Thread Bill Katz
Hello, I'd like to install a .bat file (or a simple readme) instead of a .exe and have it listed in the start menu. It looks like the CPACK_PACKAGE_EXECUTABLES appends .exe. Is there a way to package non-exe starting files? And what does CPACK_NSIS_INSTALLED_ICON_NAME do? I wasn't able to tell