[cmake-developers] [CMake 0013189]: [Eclipse CDT] The [Targets] virtual directory contains all sources files which make Eclipse lost

2012-05-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13189 == Reported By:Eric Beuque Assigned To:

Re: [cmake-developers] Supported targets with the ninja generator ?

2012-05-04 Thread Nicolas Desprès
On Thu, Apr 19, 2012 at 5:11 PM, Nicolas Desprès nicolas.desp...@gmail.com wrote: 2012/4/5 Nicolas Desprès nicolas.desp...@gmail.com: On Thu, Apr 5, 2012 at 9:44 PM, David Cole david.c...@kitware.com wrote: [...] It would be very simple to add a clean target that simply executes ninja -t

[CMake] Moving large MSVS projects to CUDA

2012-05-04 Thread Ming
Hello CMake community, I have experience using CMake to generate sime cuda-enabled executables (where the cpp’s reside in one folder, etc.). I am attempting to move a large project that utilizes CMake, from just c++ to CUDA enabled c++. It is a project that generates a large set of libraries

[CMake] Setting COMPILE_FLAGS property on a target in only debug?

2012-05-04 Thread Robert Dailey
I'm doing the following: set_property( TARGET ${target_name} APPEND_STRING PROPERTY COMPILE_FLAGS /ZI /Gy ) However this applies to all configurations. I want to only set this compiler flag for debug builds, not release. How can I do this? -- Powered by www.kitware.com Visit other Kitware

Re: [CMake] Moving large MSVS projects to CUDA

2012-05-04 Thread Eric Noulard
2012/5/4 Ming ymy...@wisc.edu: Hello CMake community, I have experience using CMake to generate sime cuda-enabled executables (where the cpp’s reside in one folder, etc.). I am attempting to move a large project that utilizes CMake, from just c++ to CUDA enabled c++. It is a project that

Re: [CMake] Setting COMPILE_FLAGS property on a target in only debug?

2012-05-04 Thread Tim Gallagher
Put an: if(CMAKE_BUILD_TYPE STREQUAL Debug) endif() guard around the set_property call. Tim - Original Message - From: Robert Dailey rcdailey.li...@gmail.com To: CMake ML cmake@cmake.org Sent: Friday, May 4, 2012 4:16:47 PM Subject: [CMake] Setting COMPILE_FLAGS property on a

[CMake] relocatable build directory: howto?

2012-05-04 Thread Dave Abrahams
I need to preserve the built-but-not-yet-installed state of some projects, and the tool I'm driving CMake with moves the result of every build step from a read-write build directory into a readonly cache. The result is that the generated cmake_install.cmake files no longer work, because they are

[Cmake-commits] CMake branch, next, updated. v2.8.8-2810-g6795c4e

2012-05-04 Thread Bill Hoffman
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 6795c4ed6dcba18a3e1a4215bbea1a70e774991a (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-128-g98ff9df

2012-05-04 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 727311a..a47170b 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 20120504