[CMake] VS2010 Enable Managed Incremental Build

2012-06-10 Thread Nicky Perian
Is there a CMAKE variable to cause this to be set in the VS2010 solution? If so, what is it? If not, is it a doable feature? Graphic of VS2010 showing where set https://dl.dropbox.com/u/7833186/Enable_Managed_Incremental_Build.JPG -- Powered by www.kitware.com Visit other Kitware open-source pro

Re: [CMake] CMake Variable Values (new Kitware blog post)

2012-06-10 Thread Bill Lorensen
It would be nice to see a macros that show what variables are changed/added between two cmake statements. Something like: mark_variables(before_find) find_package(vtk) mark_variables(after_find) diff_variables(before_find,after_find) On Sun, Jun 10, 2012 at 12:30 PM, David Cole wrote: > WARNING

[CMake] CMake Variable Values (new Kitware blog post)

2012-06-10 Thread David Cole
WARNING: Techn-ish blog post, DO NOT READ if you're allergic to any scripting languages. http://www.kitware.com/blog/home/post/300 Let me know if you have any other CMake topics of interest / curiosities that you'd like to see written up David C. -- Powered by www.kitware.com Visit other K

[CMake] Cannot compile in debug mode

2012-06-10 Thread Bogdan Cristea
Hi I have a project containing a subfolder, src. Both, the main folder and the subfolder, contain CMakeLists.txt files. In the CMakeLists.txt of the main folder contains the following code IF ("Debug" STREQUAL "${CMAKE_BUILD_TYPE}") set ( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_DEBUG_ENABLE_LO