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
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
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
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
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
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_
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
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
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
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.
> ---
>--
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 /
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
-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
13 matches
Mail list logo