[cmake-developers] [CMake 0015476]: WiX packages not created with files that contain special characters.

2015-03-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15476 == Reported By:Richard Ulrich Assigned To:

[cmake-developers] [CMake 0015477]: FindMFC.cmake warning due to POLICY CMP0054

2015-03-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15477 == Reported By:j.kreuzberger Assigned To:

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-03-26 Thread Brad King
On 03/25/2015 11:39 AM, Brad King wrote: http://cmake.org/gitweb?p=cmake.git;a=commit;h=8f547be5 We can still add more fixup commits as needed for nightly testing. Please base further work, if any, on that commit for now. Two GHS tests still fail:

[cmake-developers] [CMake 0015479]: Support depfiles from add_custom_command

2015-03-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15479 == Reported By:Ben Boeckel Assigned To:

[cmake-developers] [CMake 0015478]: As of CMake 3.1 Properties cannot be set to

2015-03-26 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15478 == Reported By:Walter Gray Assigned To:

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-03-26 Thread Brad King
On 03/26/2015 01:50 PM, Geoffrey Viola wrote: Do you have Green Hills MULTI installed? If so which version is installed? No. The failures I'm linking are on /your/ nightly build. Remember that does set(ENV{PATH} c:\\Windows\\system32;c:\\Windows) so nothing is in the path. The purpose of

[cmake-developers] UseSWIG warns about CMP0057

2015-03-26 Thread felix schwitzer
I have a library and use the UseSWIG-module to generate bindings for different scripting languages from an interface file (ltt.i in the example below). To get the bindings for more than one language, my CMakeLists.txt looks somehow like add_library(ltt sources) include(UseSWIG)