Re: [CMake] cmake, latex docbook

2010-11-19 Thread Cliff Yapp
On 11/19/2010 03:31 AM, Hendrik Sattler wrote: Zitat von luxInteg lux-in...@btconnect.com: 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

Re: [CMake] cmake, latex docbook

2010-11-18 Thread Cliff Yapp
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:

Re: [CMake] Re-configuration, ExternalProjects, etc.

2010-09-30 Thread Cliff Yapp
On 09/30/2010 01:50 AM, Michael Wild wrote: 2. Because ExternalProject_Add does a full build and install prior to building other targets (which I think is fine) I sometimes put myself in the annoying position of building the whole system, then realizing I forgot to clean an old build out of

[CMake] Date/Time Function?

2010-03-07 Thread Cliff Yapp
Last year, a thread came up where the possibility of including functionality in CMake to return things like the current Month, Day, Year and Tim was discussed: http://www.cmake.org/pipermail/cmake/2009-March/027947.html I was curious if anything ever came of that? I can't find any such