Re: [CMake] Two phase install?

2016-03-24 Thread Scott Aron Bloom
Sattler; Alan W. Irwin; cmake@cmake.org Subject: Re: [CMake] Two phase install? Are you running a dashboard script (ctest -S script) when this happens? Or calling ctest directly with other arguments? If you are running a -S script, you can specify the configuration to build

Re: [CMake] Two phase install?

2016-03-24 Thread David Cole via CMake
c...@towel42.com> wrote: > > > -Original Message- > From: Hendrik Sattler [mailto:p...@hendrik-sattler.de] > Sent: Thursday, March 24, 2016 3:54 AM > To: Alan W. Irwin; Scott Aron Bloom > Cc: cmake@cmake.org > Subject: Re: [CMake] Two phase install? > > > >

Re: [CMake] Two phase install?

2016-03-24 Thread Scott Aron Bloom
-Original Message- From: Hendrik Sattler [mailto:p...@hendrik-sattler.de] Sent: Thursday, March 24, 2016 3:54 AM To: Alan W. Irwin; Scott Aron Bloom Cc: cmake@cmake.org Subject: Re: [CMake] Two phase install? Am 24. März 2016 10:14:40 MEZ, schrieb "Alan W. Irwin&

Re: [CMake] Two phase install?

2016-03-24 Thread Hendrik Sattler
Am 24. März 2016 10:14:40 MEZ, schrieb "Alan W. Irwin" : >On 2016-03-24 03:59- Scott Aron Bloom wrote: > >> That method does NOT work with windows... And since the visual >studio project has the external as a single command, (not sure if its >calling nmake or the

Re: [CMake] Two phase install?

2016-03-24 Thread Alan W. Irwin
On 2016-03-24 03:59- Scott Aron Bloom wrote: That method does NOT work with windows... And since the visual studio project has the external as a single command, (not sure if its calling nmake or the new build cmd) the proeject is not run in parallel. I am pretty sure

Re: [CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
...@cmake.org] On Behalf Of Scott Aron Bloom Sent: Wednesday, March 23, 2016 8:53 PM To: Alan W. Irwin Cc: cmake@cmake.org Subject: Re: [CMake] Two phase install? > Thanks I'm getting close now. > > However, for the two sub projects, there doesn’t seem to be a way to run the > make stage with

Re: [CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
> Thanks I'm getting close now. > > However, for the two sub projects, there doesn’t seem to be a way to run the > make stage with -j 6 or any make options. > > Am I missing something? I see how to set CMAKE_ARGS but no MAKE_ARGS Hi Scott: Some of my further comments are somewhat off your

Re: [CMake] Two phase install?

2016-03-23 Thread Alan W. Irwin
On 2016-03-24 02:02- Scott Aron Bloom wrote: Thanks I'm getting close now. However, for the two sub projects, there doesn’t seem to be a way to run the make stage with -j 6 or any make options. Am I missing something? I see how to set CMAKE_ARGS but no MAKE_ARGS Hi Scott: Some of my

Re: [CMake] Two phase install?

2016-03-23 Thread Alan W. Irwin
On 2016-03-24 01:08- Scott Aron Bloom wrote: Do you have apointer to an example of using the external_project. I have split the projects up, and install the first one.. But I cant seem to get the external project on the downstream cmake run to properly depend that the previous one was

Re: [CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
...@gmail.com] Sent: Wednesday, March 23, 2016 6:14 PM To: Scott Aron Bloom Cc: cmake@cmake.org Subject: Re: [CMake] Two phase install? Sure, here are a couple of my own projects: https://github.com/LB--/events/blob/e3215d84644c67848b6d716d308e66c6f186b84e/CMakeLists.txt#L26-L29 https://github.com

Re: [CMake] Two phase install?

2016-03-23 Thread Nicholas Braden
gt;> Scott >> >> -Original Message- >> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Scott Aron >> Bloom >> Sent: Wednesday, March 23, 2016 2:50 PM >> To: Alan W. Irwin >> Cc: cmake@cmake.org >> Subject: Re: [CMake] Two phase i

Re: [CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
Ok.. Do you have an example somewhere ? -Original Message- From: Nicholas Braden [mailto:nicholas11bra...@gmail.com] Sent: Wednesday, March 23, 2016 6:11 PM To: Scott Aron Bloom Cc: Alan W. Irwin; cmake@cmake.org Subject: Re: [CMake] Two phase install? Both projects should be built via

Re: [CMake] Two phase install?

2016-03-23 Thread Nicholas Braden
e.org] On Behalf Of Scott Aron Bloom > Sent: Wednesday, March 23, 2016 2:50 PM > To: Alan W. Irwin > Cc: cmake@cmake.org > Subject: Re: [CMake] Two phase install? > > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Wednesday, March 2

Re: [CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
[mailto:cmake-boun...@cmake.org] On Behalf Of Scott Aron Bloom Sent: Wednesday, March 23, 2016 2:50 PM To: Alan W. Irwin Cc: cmake@cmake.org Subject: Re: [CMake] Two phase install? -Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Wednesday, March 23, 2016 2:48

Re: [CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
-Original Message- From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] Sent: Wednesday, March 23, 2016 2:48 PM To: Scott Aron Bloom Cc: cmake@cmake.org Subject: Re: [CMake] Two phase install? On 2016-03-23 20:25- Scott Aron Bloom wrote: > Here is my problem. > > The

Re: [CMake] Two phase install?

2016-03-23 Thread Alan W. Irwin
On 2016-03-23 20:25- Scott Aron Bloom wrote: Here is my problem. The project I have creates an application, that is needed to build the rest of the project. To imagine it, imagine the application is a custom yacc/lex based parser that reads in a file and generates an output file. In

[CMake] Two phase install?

2016-03-23 Thread Scott Aron Bloom
Here is my problem. The project I have creates an application, that is needed to build the rest of the project. To imagine it, imagine the application is a custom yacc/lex based parser that reads in a file and generates an output file. In order for the application to run correctly, it needs