Re: [CMake] find_library while cross compiling?

2015-05-03 Thread Ben Pope
On Friday, May 01, 2015 04:34 AM, Robert Dailey wrote: I'm on Windows and I am cross compiling for Android NDK. I use find_library() with PATHS to hunt down some libssl.a files, plus a few others. However, find_library() says it can't find them. I'm assuming this is because I'm on Windows and it

Re: [CMake] Intel Compilers and libc++?

2015-04-04 Thread Ben Pope
On Sunday, April 05, 2015 08:30 AM, digitalriptide wrote: I have an Ubuntu installation with both libstdc++ and libc++ installed, and I am using Intel's C++ compiler. By default, CMake is picking up and linking against libstdc++. Is there a way to ask CMake to prefer libc++ over libstdc++, when a

Re: [CMake] 138% progress when building both all and not-in-all target?

2014-06-23 Thread Ben Pope
On Monday, June 23, 2014 08:38 PM, Brad King wrote: On 06/20/2014 04:24 AM, Ben Pope wrote: I've also seen this using the Makefile generator, the bigger problem is that it ends up building the dependencies of those targets in parallel, if there is overlap, it may try to build the same t

Re: [CMake] 138% progress when building both all and not-in-all target?

2014-06-20 Thread Ben Pope
On Friday, June 20, 2014 12:40 PM, Dan Kegel wrote: Seen in the wild today: [119%] Building CXX object CMakeFiles/clownCar.dir/examples_noinst/clownCar.C.o * ... [138%] Built target examples_noinst And on another machine, the last report was [144%] Built target plasmasimple All were with CMak

Re: [CMake] external projects and transitive dependencies

2014-03-20 Thread Ben Pope
On Wednesday, March 19, 2014 10:11 AM, Brian Lewis wrote: If X brings in Y as an external project, and Y brings in Z as an external project, is there some way for Y to communicate information about Z back to X, e.g., some include directory? My situation is, X doesn't know anything about Z, but n