Re: [CMake] cmake, latex docbook

2010-11-19 Thread luxInteg
On Friday 19 November 2010 01:21:53 Cliff Yapp wrote: > BRL-CAD's experimental CMake build is using xsltproc and fop currently > rather than TEX binaries, but the techniques probably can be adapted to > other tools - you might want to take a look at: > > http://brlcad.svn.sourceforge.net/viewvc/br

Re: [CMake] so lib symlinks

2010-11-19 Thread Michael Hertling
On 11/19/2010 02:35 PM, luxInteg wrote: > Greetings, > > I am learning cmake. I practice using the "add_library comand" as shown > below > > > set(serial "1.2.3") > add_library(testLIB SHARED testLIB.c) > set_target_properties(testLIB PROPERTIES VERSION ${serial} SOVERSION 1) > SET(CMAKE_INS

Re: [CMake] cmake, latex docbook

2010-11-19 Thread Hendrik Sattler
Zitat von "Cliff Yapp" : On 11/19/2010 03:31 AM, Hendrik Sattler wrote: Zitat von luxInteg : I am learning cmake I downloaded CMakeUseLatex from http://www.cmake.org/Wiki/CMakeUserUseLATEX and I scanned through the pdf file but I did not see any references to TEX binaries such docbook2h

Re: [CMake] cmake, latex docbook

2010-11-19 Thread Cliff Yapp
On 11/19/2010 03:31 AM, Hendrik Sattler wrote: > Zitat von luxInteg : >> I am learning cmake >> I downloaded CMakeUseLatex from >> http://www.cmake.org/Wiki/CMakeUserUseLATEX >> >> and I scanned through the pdf file but I did not see any references >> to TEX >> binaries such docbook2html, dbl

Re: [CMake] help with cmake fortran envar

2010-11-19 Thread luxInteg
On Wednesday 17 November 2010 08:10:32 Arjen Markus wrote: > Hello luxInteg, > > you are trying to set the Fortran compiler to gfortran then? > Why? Why not leave it to CMake to come up with whatever compiler > is suitable? That is part of the strength of tools like CMake. > I have it sorted tha

[CMake] so lib symlinks

2010-11-19 Thread luxInteg
Greetings, I am learning cmake. I practice using the "add_library comand" as shown below set(serial "1.2.3") add_library(testLIB SHARED testLIB.c) set_target_properties(testLIB PROPERTIES VERSION ${serial} SOVERSION 1) SET(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")

Re: [CMake] cmake, latex docbook

2010-11-19 Thread Hendrik Sattler
Zitat von luxInteg : I am learning cmake I downloaded CMakeUseLatex from http://www.cmake.org/Wiki/CMakeUserUseLATEX and I scanned through the pdf file but I did not see any references to TEX binaries such docbook2html, dblatex etc. So lets say I have a couple a docbook_xml files xyxy.

Re: [CMake] Dependency not executed, why?

2010-11-19 Thread Michael Wild
Hi On 11/19/2010 08:22 AM, Thomas Lehmann wrote: > Hi, > > I’ve found an example to use bison and flex in cmake. > I have a static library where I want to add the generated > sources but the dependencies are not triggered. Why? Let's see: > project(test) > > include_directories(. >

Re: [CMake] Dependency not executed, why?

2010-11-19 Thread Eric Noulard
2010/11/19 Thomas Lehmann : > - cmake 2.8.2 > - the removing of the 'S' is not solving the problem. DEPENDS ${CMAKE_BINARY_DIR}/libs/test/parser.cxx OUTPUTS ${CMAKE_BINARY_DIR}/libs/test/parser.cxx those two lines are wrong too, I think you cannot not depend on your output. -- Erk Membre de l'A

Re: [CMake] Dependency not executed, why?

2010-11-19 Thread Thomas Lehmann
- cmake 2.8.2 - the removing of the 'S' is not solving the problem. > Thomas Lehmann Scrum Master RTS Realtime Systems Software GmbH, Rembrandtstrasse 13, D-60596 Frankfurt am Main T: +49.69.61009.0 / F: +49.69.61009.181 Sitz: Frankfurt am Main - HRB 84467 Amtsgericht Frankfurt am Main Geschäf