Re: [CMake] Pre-install targets?

2018-10-17 Thread David Thompson
ld \"${CMAKE_BINARY_DIR}\" --target docs --config $)") endif() so long as care is taken within each directory's CMakeLists.txt to place the above before any install() directives related to the generated documentation. David [1]: https://gitlab.kitware.com/c

[CMake] Pre-install targets?

2018-10-11 Thread David Thompson
Hi all, Is there a way to force a custom target (i.e., ADD_CUSTOM_TARGET) to be built just before installation? We have documentation added as a custom target that is **not** passed the "ALL" keyword because generating the documentation is slow. However, that target creates files that have a m

Re: [CMake] supported platforms by Cmake

2015-01-14 Thread David Thompson
Hi Bob, You can see what platforms CMake is tested on here: https://open.cdash.org/index.php?project=CMake We just don't distribute binary packages on all of those platforms. David > On Jan 14, 2015, at 5:43 PM, Bob Mosleh Sadri > wrote: > > Hi experts > We are planning to use a n

Re: [CMake] Simultaneous makes?

2015-01-12 Thread David Thompson
Hi Chris, > One of my co-workers likes to start multiple makes in various parts of his > project source tree. Under our old Makefile-based, build-in-source system, > this worked fine. Under our new CMake-based, out-of-source build system, this > causes problems, since any make might cause CMak

Re: [CMake] [EXTERNAL] Bug fix requests for the *next* release of CMake...

2012-02-06 Thread David Thompson
Replies requested. Short replies only. Read on. Just a short reply with bug numbers or links to the bugs is all we need here. ... http://public.kitware.com/Bug/view.php?id=7867 (have CTest report compiler type/version) David -- Powered by www.kitware.com Visit other Kitware open-s

Re: [CMake] CTest of multiple projects

2011-10-14 Thread David Thompson
Hi Tim, Is it possible to make CTest aware of other CTest things going on? For example, let's say I have a continuous build set up for two different projects, and each has 1 test in it that uses all the processors in the machine. Is it possible to set it up in a such a way that the two di

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread David Thompson
...Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? ... - Or, alternatively, should we eliminate the bulk of mailing list traffic, and insist on issues in the bug tracker being the main conversational forum for the

Re: [CMake] Suggesting to FindQT4.cmake where to find QT4

2009-05-25 Thread David Thompson
> > Have you ever tried setting the PATH? It is actually quite easy and does > > not involve "great contortions". > > > > All I do is execute > > > > PATH='/home/software/qtsdk-2009.02/qt/bin:'$PATH > > > > and from then on, cmake uses the version of Qt4 that I downloaded and > > installed in t

Re: [CMake] [vtk-developers] python, postgreSQL, VTK build

2008-08-29 Thread David Thompson
; > So then I set all the PGSQL and PQXX paths to an empty value and I > toggled off and on VTK_USE_POSTGRESQL and it came back with: > > PQXX NOT FOUND > > and the PGSQL paths remained empty. I'm stumbling around in the > dark :-( > > Thanks! > > >

Re: [CMake] Make program arguments

2008-08-18 Thread David Thompson
> Is there a way to add arguments to the invocation of make? In particular, I > want to add the -j flag to do parallel compiles. I tried setting the > CMAKE_MAKE_PROGRAM variable to "/usr/bin/make -j8", but I get the following > error when I try to compile. > > CMake Error: Generator: execution