Alex,
> > CMAKE_TOOLCHAIN_FILE that is in the current development CVS tree.
> - CMAKE_C_COMPILER - e.g. ppc_74xx-gcc
> - CMAKE_SYSTEM_NAME - e.g. "Linux"
OK, not sure I really understand the intention of CMAKE_SYSTEM_NAME, is
this the name of the system we are building on, or building for? For
e
Hi Trevor,
On Monday 21 May 2007 14:58, Trevor Kellaway wrote:
> Alex,
...
> > This is a first try and the API may still change, also
> > depending on your input. Please let me know what you think.
>
> Certainly.
>
> > > (1) Does anyone have a proposed convention for naming extension tool
> > > ch
On Monday 21 May 2007 21:27, E. Wing wrote:
> Hi, a few comments on your Find modules you just submitted.
>
> For OpenThreads, I'm fairly close to the OpenThreads project and I've
> been working on a formal find script for CMake. (I thought one of my
> older scripts was already in the distributio
Hi, a few comments on your Find modules you just submitted.
For OpenThreads, I'm fairly close to the OpenThreads project and I've
been working on a formal find script for CMake. (I thought one of my
older scripts was already in the distribution too.) Our users have
found a lot of interesting prob
Alex,
> nice, I wanted to invite you to test the changes (including
> documentation) but apparently you were faster :-)
Good, we're both on the same page!
I'll read and digest your response.
> This is a first try and the API may still change, also
> depending on your input. Please let me know
Hi,
I'm using the MinGW (non MSYS) generator and adding an
LINK_DIRECTORIES(xxx)
seems to be doing nothing in the linking stage (make verbose=1),
and I'm forced to use:
SET_TARGET_PROPERTIES(mytarget PROPERTIES
LINK_FLAGS -Lxxx
)
Should I file a bug?
Thnx,
Jesús López
On 2007-05-21 14:03+0200 Matthias Fechner wrote:
Hi,
I try to use cmake to compile my masterthesis which will be written in
LaTeX.
I checked the wiki page and found the macro UseLATEX.cmake.
Now I have the following problem:
The format file (.sty file) which my masterthesis uses is in the
direc
Does CMake have a command for specifying "Additional Manifest Files" to be
included by Microsoft Visual Studio's Manifest Tool? This option is found
on the Input and Output page of Manifest Tool in Configuration Properties.
(Note that this is the argument provided to the /manifest switch of the
m
Quoting Raja Yalamanchili <[EMAIL PROTECTED]>:
Hi,
I want to know whether cmake can be useful in generating doxygen
documentation automatically when i execute my source code.I mean to say
whenever i run my code i want doxygen to generate documentation
automatically with ( if any )modifications.I
Hi,
I want to know whether cmake can be useful in generating doxygen
documentation automatically when i execute my source code.I mean to say
whenever i run my code i want doxygen to generate documentation
automatically with ( if any )modifications.Is there a way in cmake to do
this?
Yes.
Hi,
As I feared, this did not generate much traffic. Either we're mis-using
CMake, or we have a peculiar setup. :)
In any case I went ahead and modified the vcproj generators in cmake so
they don't output multiple instances of the same projecs within a given
.sln file, and it solved our probl
Hi,
I want to know whether cmake can be useful in generating doxygen
documentation automatically when i execute my source code.I mean to say
whenever i run my code i want doxygen to generate documentation
automatically with ( if any )modifications.Is there a way in cmake to do
this?
__
Hello Eric,
* Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:52]:
> Which version of the UseLatex.cmake are you using.
> Before version 1.5.0
> INPUTS did not accept files whoses extension was not ".tex"
>
> see:
> http://www.cmake.org/pipermail/cmake/2007-April/013533.html
> adn the up to d
Hi Trevor,
On Sunday 20 May 2007 18:13, Trevor Kellaway wrote:
> Hi CMake developers,
>
> I've been trying to modify my previous cross compiler support work to
> fit into the new development scheme of tool chain support with
> CMAKE_TOOLCHAIN_FILE that is in the current development CVS tree.
nice
2007/5/21, Matthias Fechner <[EMAIL PROTECTED]>:
Hello Eric,
* Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:10]:
> I think you should add your style files as INPUTS
> since INPUTS may take a list of file.
that i tried too.
If i put the file (with or without directory) to the INPUTS I always
Hello Eric,
* Eric Noulard <[EMAIL PROTECTED]> [21-05-07 14:10]:
> I think you should add your style files as INPUTS
> since INPUTS may take a list of file.
that i tried too.
If i put the file (with or without directory) to the INPUTS I always
get the errormessage:
make: don't know how to make
2007/5/21, Matthias Fechner <[EMAIL PROTECTED]>:
Hi,
I try to use cmake to compile my masterthesis which will be written in
LaTeX.
I checked the wiki page and found the macro UseLATEX.cmake.
Now I have the following problem:
The format file (.sty file) which my masterthesis uses is in the
direct
Hi,
I try to use cmake to compile my masterthesis which will be written in
LaTeX.
I checked the wiki page and found the macro UseLATEX.cmake.
Now I have the following problem:
The format file (.sty file) which my masterthesis uses is in the
directory format/standard_eng.sty and some more files the
Looks like this doesn't support out-of-source builds.
You're right, here comes a new version:
--- FindQt4.cmake 2007-05-21 06:36:31.0 -0300
+++ FindQt4.cmake.orig 2007-05-03 17:14:58.0 -0300
@@ -654,7 +654,7 @@
###
#
# Chec
Hello,
Ooops, it should say "one package".
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to the amount of work, I usually need 10 days to answer)
Quoting Pau Garcia i Quiles <[EMAIL PROTECTED]>:
Hello,
Here come two packages to find OpenThreads. They work fine for me on
on KUbuntu 7.04
2007/5/21, Kenny Erleben <[EMAIL PROTECTED]>:
Eric Noulard skrev:
> 2007/5/20, Kenny Erleben <[EMAIL PROTECTED]>:
>
>> iii) How to make several executables share the same compiler- and
>> linker- flags?
>
> you may define a CMake variable
> SET(MYCFLAGS "jkdlfjlj")
> SET(MYLDFLAGS "ljjl")
>
> the
Hello,
Here come two packages to find OpenThreads. They work fine for me on
on KUbuntu 7.04 with OpenThreads 1.2, YMMV.
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to the amount of work, I usually need 10 days to answer)
# Find the OpenThreads includes and library
#
# OpenThreads_I
Hello,
Here come two packages to find Lua 5.0 and Lua 5.1. They work fine for
me on on KUbuntu 7.04, YMMV.
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to the amount of work, I usually need 10 days to answer)
# Find the Lua 5.0 includes and library
#
# Lua50_INCLUDE_DIR - where to f
Eric Noulard skrev:
2007/5/20, Kenny Erleben <[EMAIL PROTECTED]>:
iii) How to make several executables share the same compiler- and
linker- flags?
you may define a CMake variable
SET(MYCFLAGS "jkdlfjlj")
SET(MYLDFLAGS "ljjl")
then you may use
SET_TARGET_PROPERTIES(target1 target2
24 matches
Mail list logo