Re: [CMake] CMake Error: install(EXPORT "A" ...) includes target "b" which requires target "c" that is not in this export set, but x times in others.

2014-10-08 Thread Alexander Neundorf
On Wednesday, October 08, 2014 18:40:53 Nico Schlömer wrote: > Hi all, > > in on CMake project of mine, all seems to configure fine until the > very end where I'm getting error messages like > ``` > CMake Error: install(EXPORT "A" ...) includes target "b" which > requires target "c" that is not in

Re: [CMake] Forcing colorization of output from cmake

2014-10-08 Thread Brad King
On 10/08/2014 12:15 PM, Paul Smith wrote: > Maybe we could add another valid value to --switch, like --switch=FORCE > which would always colorize. [snip] > The best option seems to be to add another flag to the "color" bitflag > variable that forces colorization always. Yes, I think both of the ab

[CMake] CMake Error: install(EXPORT "A" ...) includes target "b" which requires target "c" that is not in this export set, but x times in others.

2014-10-08 Thread Nico Schlömer
Hi all, in on CMake project of mine, all seems to configure fine until the very end where I'm getting error messages like ``` CMake Error: install(EXPORT "A" ...) includes target "b" which requires target "c" that is not in this export set, but x times in others. ``` First of all, CMake does seem

Re: [CMake] Forcing colorization of output from cmake

2014-10-08 Thread Paul Smith
On Wed, 2013-05-01 at 10:18 -0400, Paul Smith wrote: > I'm wondering if there's any way to force the output from cmake (using a > unix makefile generator for example) to be colorized, even if stdout > doesn't appear to be a TTY. > > Is that possible? Some extra switch to cmake_echo_color? I sent

Re: [CMake] Parallel build with custom command

2014-10-08 Thread Ruslan Baratov via CMake
On 07-Oct-14 22:34, Brad King wrote: On 10/07/2014 12:14 PM, Ruslan Baratov via CMake wrote: Yes, that's why second file always modified. So assume I have a script that generates a lot of *.cpp files. I modify script so it only change one file, one file modified - one file recompiled. So what I