[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 fr

[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 k

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] 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 (${CMAKE_ROOT}/Modules/Find

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 progr

[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 CMakeTestCXXCompi

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

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 removi

Re: [CMake] 64bit format

2006-10-23 Thread Brad King
Alexander Neundorf wrote: > Original-Nachricht > Datum: Fri, 20 Oct 2006 18:05:09 +0200 > Von: frederic heem <[EMAIL PROTECTED]> > An: cmake > Betreff: [CMake] 64bit format > >> Hi, >> While trying to convert ethereal build system from autotool to cmake, I >> came >> across a p

Re: [CMake] Setting the cmake compiler...

2006-10-23 Thread Peter Soetens
On Friday 20 October 2006 17:52, John Biddiscombe wrote: > >> Another 'bug' is that you can edit the CMAKE_CXX_COMPILER field in > >> ccmake, but when you run 'c', the field is overwritten again. All > >> very annoying. Maybe a SET( LOCKED ...) flag could be added such that > >> fields are not user

[CMake] CTest as dart client problem

2006-10-23 Thread Todd Pitts
DE(CTest) ADD_TEST(SimpleTest ${LIBSRI_BINARY_DIR}/Tests/version-test Hello) When I run ctest -V 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/c