[cmake-developers] [CMake 0014883]: [CMakePrintHelpers] Cannot print property SOURCES

2014-04-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14883 == Reported By:Daniele E. Domenichelli Assigned To:

[cmake-developers] Default generator

2014-04-17 Thread Peter Kümmel
Is there a way to configure the default generator for command-line cmake calls? If it's not configurable, what about reading a default from a environment variable? Peter -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

[cmake-developers] [CMake 0014884]: Arch Linux may need FIND_LIBRARY_USE_LIB64_PATHS

2014-04-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14884 == Reported By:Brad King Assigned To:

Re: [cmake-developers] [PATCH] remove x placeholder from STREQUAL operands

2014-04-17 Thread Ben Boeckel
On Thu, Apr 17, 2014 at 17:17:21 -0400, Matthew Woehlke wrote: set( Linux Windows) # succeeds Even better: set( Linux Windows) Alas, the only character that may not appear in a variable name is '\0'. (And even that is more due to use of raw char* with no length than intent, I bet.)