[cmake-developers] [CMake 0015630]: ENABLE_EXPORTS value is not used for gcc makefile -rdynamic option

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

Re: [cmake-developers] Add command line options for deprecation message control

2015-06-24 Thread Michael Scott
Thanks for the comments, here is the previous patch, with the suggested amendments. Cheers, Michael On 24/06/2015 15:45, Brad King wrote: On 06/23/2015 03:57 PM, Michael Scott wrote: I've implemented some changes to cmake.cxx and cmake.h, to implement setting the CMAKE_ERROR_DEPRECATED and

Re: [cmake-developers] Add command line options for deprecation message control

2015-06-24 Thread Brad King
On 06/23/2015 03:57 PM, Michael Scott wrote: I've implemented some changes to cmake.cxx and cmake.h, to implement setting the CMAKE_ERROR_DEPRECATED and CMAKE_WARN_DEPRECATED variables via command line options, for the Mantis issue 0014669, in a generic GCC style pattern. I've taken on

Re: [cmake-developers] [PATCH] Discussion needed: FindBISON: refine VERBOSE feature of BISON_TARGET

2015-06-24 Thread 정언
2015-06-22 22:39 GMT+09:00 Brad King brad.k...@kitware.com: On 06/21/2015 09:06 AM, 정언 wrote: internal macro defines a custom command that makes a copy of the default named report file to the specified file path. The custom command is not invoked until any other command requires the file, for

Re: [cmake-developers] [PATCH] Discussion needed: FindBISON: refine VERBOSE feature of BISON_TARGET

2015-06-24 Thread Brad King
On 06/24/2015 11:13 AM, 정언 wrote: The copying command should be run right after each execution of bison. Yes. However, add_custom_command never guarantees a running order of internal commands. The documentation says, the commands can run parallel so never ever put commands with implicit