Re: [CMake] ADD_SUBDIRECTORY() with a higher level directory

2011-11-05 Thread Michael Hertling
On 11/04/2011 02:20 PM, Daniel Dekkers wrote: > Hi Michael, > > Thanks for the reply. > > Maybe, we are trying to achieve too many goals at once. > > In our case, what we really want most of all is to show all the examples and > the lib as independent projects inside a main project (a solution

[CMake] CMake download page seems missing

2011-11-05 Thread Mateusz Łoskot
Hi, It seems CMake download is broken or missing. I want to get latest CMake for Windows, so I do: 1) Load http://cmake.org/ 2) Navigate to Resources -> Download which leads to: http://cmake.org/cmake/resources/software.html 3) Click linked cmake-2.8.6-win32-x86.exe 4) I get HTML page with Kitwar

Re: [CMake] debug/optimized include directories

2011-11-05 Thread Michael Hertling
On 11/02/2011 05:36 PM, Michael Wild wrote: > Thanks ;-) > > Michael Just an additional remark: Instead of generating the proxy headers in CMakeLists.txt, i.e. at configuration time, one might also have them generated by a custom command, i.e. at build time, which has the $ expression available.

Re: [CMake] NOT operator gotchas for newbies

2011-11-05 Thread Michael Hertling
On 11/05/2011 03:24 AM, Dan Kegel wrote: > On Fri, Nov 4, 2011 at 6:09 PM, Michael Hertling wrote: >> NOT isn't a constant but a boolean operator like AND/OR/EXISTS etc., >> and none of the latters is case-sensitive at the moment, so why >> should NOT be the sole exception? > > Right, I meant to