Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-14 Thread Robert Goulet
I just tested, and you were right on everything you said. The CMake cache gets populated on the first run in the clean build tree. However, if we use the set FORCE option in the initial cache file, we can work-around this limitation and force it to always write to the CMake cache, which works fi

[cmake-developers] Suggestion to add EUROS RTOS platform description

2015-07-14 Thread Stanimir Kabaivanov
Hello CMake-developers, I would like to contribute with EUROS RTOS platform description file that would allow us to build EUROS RTOS projects with CMake. Best regards, Stanimir Kabaivanov # CMake Platform File for EUROS RTOS Libraries # # Author: Stanimir Kabaivanov # Gerhard Gappmeier

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-14 Thread David Cole via cmake-developers
Correct -- it's typically used as an **initial** cache only, in a clean build tree. Actually, I'm not sure what happens on subsequent (2nd and later) runs... It may be that the cache has precedence, and the -C file has no effect on subsequent runs unless you use "FORCE" in it... But I'm uncertain.

[cmake-developers] Generator expressions for output directory

2015-07-14 Thread Robert Goulet
Greetings! Patch in attachment for all OUTPUT_DIRECTORY variants to support generator expressions. Thanks! -Robert Goulet output-dir-genex.patch Description: output-dir-genex.patch -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/

Re: [cmake-developers] cmake.exe parameters and system command line length limit

2015-07-14 Thread Robert Goulet
Ah ok this means the -C option is in addition to the cmake cache, and not replace it? -Original Message- From: David Cole [mailto:dlrd...@aol.com] Sent: Monday, July 13, 2015 3:42 PM To: Robert Goulet Cc: David Cole; cmake-developers@cmake.org Subject: Re: [cmake-developers] cmake.exe pa

[cmake-developers] [CMake 0015651]: Missing information in documentation about creation OS X/iOS Frameworks

2015-07-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15651 == Reported By:gang65 Assigned To:

[cmake-developers] [CMake 0015650]: Linking large files on OS X can result in linker failing with "command line too long" error

2015-07-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15650 == Reported By:Abigail Assigned To:

[cmake-developers] [CMake 0015649]: Add "cmake -E date [format] [UTC]" command to output the current date in the same way STRING(TIMESTAMP [format] [UTC]) does.

2015-07-14 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15649 == Reported By:dbanet Assigned To: