[CMake] FIND_PACKAGES and Modules... How to make the development environment more easy to setup ?

2006-03-10 Thread Asmodehn Shade
Hi all,Just a little question and getting feedback for a feature request ;-)At the moment (CMake 2.2.3) the Find*.cmake modules are looking into a bunch of different directories to support different OSes, and those directories are also different for each package... To install libraries to be correc

[CMake] RE: [Dart] Question on HTTP submission

2006-03-10 Thread Vignesh M.P.N.
Hi   Thanks. I ran with the mentioned changes and it worked.   But it took lots of time to get updated the dashboard. I ran the CTest client and kept checking the dashboard for half-an-hour and it didn’t show up. But eventually I just casually checked it after around 4 hours and it was

RE: [CMake] Problem with link directories

2006-03-10 Thread jolinda
Thanks Brad and Bill for your help. I misunderstood before -- I thought you meant I had to have LINK_DIRECTORIES before TARGET_LINK_LIBRARIES, not ADD_EXECUTABLE. If this is documented somewhere I apologize for missing it. Jolinda -Original Message- From: Brad King [mailto:[EMAIL PROTEC

Re: [CMake] SET_SOURCE_FILES_PROPERTIES

2006-03-10 Thread James Bigler
Brad King wrote: James Bigler wrote: I'm using CMake 2.2.3, swig 1.3.28 on Suse Linux 9.3. I want to set a couple of different options for a swig interface file I'm compiling: # This is all on a single line if my email program munges it. SET_SOURCE_FILES_PROPERTIES(manta.i PROPERTIES SWIG_FL

Re: [CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-10 Thread William A. Hoffman
At 06:56 AM 3/10/2006, Martin Baumann wrote: >Hi, > >on this machine are different programming environments. > >Here are my environment variables that CMake uses: > >CC=gcc >CFLAGS='-O3 -fomit-frame-pointer' >CXX=g++ >CXXFLAGS='-O3 -fomit-frame-pointer' >LDFLAGS='-L/usr/local/lib32 -L/usr/machine/l

Re: [CMake] SET_SOURCE_FILES_PROPERTIES

2006-03-10 Thread Brad King
James Bigler wrote: I'm using CMake 2.2.3, swig 1.3.28 on Suse Linux 9.3. I want to set a couple of different options for a swig interface file I'm compiling: # This is all on a single line if my email program munges it. SET_SOURCE_FILES_PROPERTIES(manta.i PROPERTIES SWIG_FLAGS "-Wall -DSCI_

Re: [CMake] Problem with link directories

2006-03-10 Thread Brad King
jolinda wrote: Just to check, I've made the littlest cmakelists.txt file I can that shows the problem. Here it is in it's entirety: PROJECT(MyProject) ADD_EXECUTABLE(MyProject WIN32 file2.cpp ) LINK_DIRECTORIES( "d:/dcmtk-3.5.3" ) TARGET_LINK_LIBRARIES(MyProject dcmdata.lib) If I build a proj

Re: [CMake] Question on HTTP submission

2006-03-10 Thread Andy Cedilnik
Hi Vingesh, I presume you are using Dart2 (with the silent 2). Dart(2) currently only supports XML-RPC submission. In case of your project, that would mean: 1. Set DropMethod to xmlrpc 2. Set DropSite to http://localhost:8081/ 3. Set DropLocation to TestProject 4. Leave TriggerSite empty For

[CMake] Re: CMAKE_MAKE_PROGRAM is not set

2006-03-10 Thread Martin Baumann
Hi, on this machine are different programming environments. Here are my environment variables that CMake uses: CC=gcc CFLAGS='-O3 -fomit-frame-pointer' CXX=g++ CXXFLAGS='-O3 -fomit-frame-pointer' LDFLAGS='-L/usr/local/lib32 -L/usr/machine/lib32 -L/usr/segment/lib32 -Wl,-rpath is there a list wh

Re: [CMake] help on using mpicc with Cmake

2006-03-10 Thread Prakash Punnoor
Am Freitag März 10 2006 12:01 schrieb Subir Singh Lamba: > Hi, > Somehow I have been able to compile my code using mpicc while using Cmake. > But after compilation it gives the following error. My project name is BIS. > --- >--

[CMake] help on using mpicc with Cmake

2006-03-10 Thread Subir Singh Lamba
Hi, Somehow I have been able to compile my code using mpicc while using Cmake. But after compilation it gives the following error. My project name is BIS. -- Building shared library /

[CMake] Swig and cmake

2006-03-10 Thread Ian . Appru
Title: Swig and cmake Hi Thought you might find useful the results of some work I've done with swig and cmake. I mailed previously regarding spliting the swig java file generation step and interface cxx compile step. This was so that I could compile the java/dotnet files before the cxx

Re: [CMake] how to change compiler in cmake from gcc to mpicc

2006-03-10 Thread Filipe Sousa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Subir Singh Lamba wrote: > Hi, > > I would be thankful if some body can give me a suggestion as to where > I can change the compiler from gcc to mpicc in cmake. One more CC=mpicc cmake > question Is it necessary to also have the compiler g++ install