Re: [cmake-developers] -GNinja on Windows

2012-06-10 Thread Peter Kümmel
On 09.06.2012 16:22, Óscar Fuentes wrote: After looking that the ouptput of ninja -v, the problem is that ninja is recompiling some of the source files of llvm-tblgen.exe, which regenerates the llvm-tblgen.exe executable, which in turn triggers the regeneration of the files produced using that

Re: [cmake-developers] -GNinja on Windows

2012-06-10 Thread Óscar Fuentes
Peter Kümmel syntheti...@gmx.net writes: ninja -d explain shows the files which are dirty, and having a look at the .d files shows that ninja couldn't parse them. (\\../) I've switched to slashes in .d files and this fixes it. All in stage/next, or

[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_LOG

[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

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

[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

[Cmake-commits] CMake branch, next, updated. v2.8.8-3092-gf6bf2b0

2012-06-10 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via f6bf2b07712c8bd5c4a05d7ff24c485a1ab993ea (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3094-gafae091

2012-06-10 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via afae0914662c91f25907861319a3a20ef4096d3e (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3096-gca82ed3

2012-06-10 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via ca82ed3df9a429ef32d843b28cbb35aa004f3880 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3098-g996effa

2012-06-10 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 996effa12856b876a9f6a6183c58a3aa85639482 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-262-g931af7f

2012-06-10 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 174a317..b3d2dbc 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 8) -SET(CMake_VERSION_TWEAK 20120610