[cmake-developers] [CMake 0015507]: CMake.App bundle is malformed which prevents code signing it

2015-04-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15507 == Reported By:Eric Wing Assigned To: ==

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

2015-04-08 Thread Brad King
On 04/08/2015 01:20 AM, Geoffrey Viola wrote: > Attached is a patch based off of the previous commit. I get conflicts applying on commit ff7ecb92. Please resolve. > target_compile_options(${TARGET_NAME} PUBLIC > ":optionsFile=\"${ABS_PATH}/rel/path/filename\"") The COMPILE_OPTIONS are suppo

Re: [cmake-developers] [PATCH] ninja generator: don't initialize language for files marked, as header-only

2015-04-08 Thread Brad King
On 04/08/2015 07:54 AM, Tim Blechmann wrote: >> not sure if there is a better way to resolve this issue: >> declaring .RC files as header-only break ninja builds on non-windows >> platforms. > > note: this is necessary when the the language is set explicitly. Thanks. Would you please update the

Re: [cmake-developers] [PATCH] ninja generator: don't initialize language for files marked, as header-only

2015-04-08 Thread Tim Blechmann
> not sure if there is a better way to resolve this issue: > declaring .RC files as header-only break ninja builds on non-windows > platforms. note: this is necessary when the the language is set explicitly. > --->8--- > > cmake currently tries to initialize the language rules for all source > f

[cmake-developers] [PATCH] ninja generator: don't initialize language for files marked, as header-only

2015-04-08 Thread Tim Blechmann
not sure if there is a better way to resolve this issue: declaring .RC files as header-only break ninja builds on non-windows platforms. --->8--- cmake currently tries to initialize the language rules for all source files. when HEADER_FILE_ONLY is used to mark files which should be added to the g

[cmake-developers] [CMake 0015502]: Add color to Ninja output like with CMAKE_COLOR_MAKEFILE

2015-04-08 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15502 == Reported By:trsystran Assigned To: ==