[cmake-developers] Problems when creating config files and add_dependencies

2015-06-12 Thread Roman Wüger
Hello, short description: I want to have a configuration header file per unit test. For this purpose I wrote the following function, which creates a header file in “${CURRENT_BINARY_DIR}” and copy all test files into the binary directory. Howewer, I got it to work when I use

[cmake-developers] [CMake 0015612]: ninja generator: The command line is too long

2015-06-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.itk.org/Bug/view.php?id=15612 == Reported By:tim blechmann Assigned To:

[cmake-developers] Custom commands with Ninja on Windows

2015-06-12 Thread Florent Castelli
Hi! I'm having some issues with Ninja on Windows with long custom commands (or actually a long succession of short commands appended to the same target). The problem is that they get concatenated in one single command using and it is pretty easy to go over the 8k command line size limit on

[cmake-developers] [CMake 0015611]: ExternalProject_Add and find_package commands

2015-06-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15611 == Reported By:Valerii Kanunik Assigned To:

[cmake-developers] [CMake 0015613]: Package generated by CPack/PackageMaker display incorrect version with pkgutil

2015-06-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15613 == Reported By:Xiaoming Wang Assigned To:

[cmake-developers] [CMake 0015614]: add_custom_target/command: Can't give Target the same name as one of the Outputs

2015-06-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15614 == Reported By:FlorianM Assigned To:

[cmake-developers] [CMake 0015615]: ctest --output-on-failure doesn't work

2015-06-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15615 == Reported By:vinipsmaker Assigned To:

Re: [cmake-developers] Generator expressions for output directory/name (and install?)

2015-06-12 Thread Robert Goulet
Here's the updated patch file with tests added. Let me know if it's good to go. -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Thursday, June 11, 2015 8:55 AM To: Robert Goulet Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] Generator expressions