Files
CMake/Source
Brad King 975426ceb3 cmake: Do not treat developer warnings as errors by default in scripts
The logic in commit c96fe0b4 (cmake: Add -W options to control
deprecation warnings and errors, 2015-07-28) accidentally enables
errors on warnings by default in scripts because there is no
initialization of CMAKE_SUPPRESS_DEVELOPER_ERRORS to TRUE.

Rename internal CMAKE_SUPPRESS_DEVELOPER_ERRORS cache entry to
CMAKE_ERROR_DEVELOPER_WARNINGS.  Fix the logic in the message() command
to treat AUTHOR_WARNING as an error only if the option is explicitly
enabled.
2015-08-03 10:03:27 -04:00
..
2015-07-23 15:33:10 -04:00
2015-07-28 00:01:06 -04:00
2015-05-04 22:32:20 +02:00
2015-07-27 09:31:22 -04:00
2015-06-07 09:32:24 +02:00
2015-07-28 10:08:50 -04:00
2015-05-19 22:36:51 +02:00
2015-04-13 11:44:15 -04:00