[cmake-developers] What to do with the RESOLVED issues ?

2010-09-25 Thread Alexander Neundorf
Hi, there are currently 169 RESOLVED issues for cmake: http://public.kitware.com/Bug/view_all_bug_page.php?filter=40216 Should they all just be changed to CLOSED ? Alex ___ cmake-developers mailing list cmake-developers@cmake.org

Re: [CMake] How to add additional informations to cdash?

2010-09-25 Thread Michael Wild
On 24. Sep, 2010, at 20:51 , norulez wrote: I think you mean the --add-notes commandline parameter from CTest? How can I add such Notes to a CMakeLists.txt file? Am 23.09.2010 um 14:44 schrieb Bill Hoffman bill.hoff...@kitware.com: On 9/23/2010 2:27 AM, norulez wrote: Hello, is

Re: [CMake] Problems to get GIT_WC_INFO working

2010-09-25 Thread Michael Wild
If you follow the link you will see that this is their own FindGit implementation. Michael On 24. Sep, 2010, at 20:48 , norulez wrote: Thanks, I thought that it exists, because when i search for GIT_WC_INFO then a project called Slicer3 is found. Best Regards NoRulez Am 24.09.2010

[CMake] add_custom_command doesn't automatically recognize target name created with add_library?

2010-09-25 Thread Thomas Sondergaard
The documentation for cmake-2.8 states: In CMake 2.6 and above add_custom_command automatically recognizes a target name in its COMMAND and DEPENDS options and computes the target location. Therefore this property is not needed for creating custom commands. This doesn't seem to work for me

[CMake] Visual Studio 2010 generator broke?

2010-09-25 Thread J Decker
I only can test 2010, might be all for all I know... I have a directory that contains a source. That source, is used by multiple targets, some static executables, some dynamic libraries, and a executable linked to a dynamic library. They all do the same job; they just don't all link the same

Re: [CMake] Visual Studio 2010 generator broke?

2010-09-25 Thread J Decker
s/CMAKE_CURRENT_SOURCE_DIR/CMAKE_PROJECT_DIR/g (my bad) Using the Visual Studio 2010 generator .obj files of sources which are not in the current directory are put into (build root)/${CMAKE_CURRENT_SOURCE_DIR}/Debug/file.obj This is actually just 'Debug/file.obj' in the project file, but

[CMake] add_custom_target dependency list issue

2010-09-25 Thread Szilárd Páll
Hi, I implemented a custom target which depends on several other targets, including some that I generate beforehand as custom targets and collect their names in a variable. However, this seems to behave in a strange way if I list these dependencies like this: add_custom_target(foo COMMAND [...]

Re: [CMake] add_custom_target dependency list issue

2010-09-25 Thread Michael Hertling
On 09/26/2010 02:34 AM, Szilárd Páll wrote: Hi, I implemented a custom target which depends on several other targets, including some that I generate beforehand as custom targets and collect their names in a variable. However, this seems to behave in a strange way if I list these

[Cmake-commits] CMake branch, master, updated. v2.8.2-499-gc928751

2010-09-25 Thread KWSys Robot
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, master has been updated via c928751d27f4c70de6ddd47c60dce7996c45b08b (commit) from