MantisBT - CMake
View Issue Details
0015677CMakeCMakepublic2015-08-03 13:192016-06-10 14:21
Stephen Kelly 
Stephen Kelly 
normalminorhave not tried
closedfixed 
 
CMake 3.5 
0015677: Issue deprecation warnings by default.
message(DEPRECATED) does not issue any warning unless the user adds additional command line flags.

Policy warnings are issued by default until the user uses command line flags.

message(DEPRECATED) should likely be changed to issue the message by default.

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/13798/focus=13878 [^]
No tags attached.
Issue History
2015-08-03 13:19Stephen KellyNew Issue
2016-01-20 17:15Stephen KellyNote Added: 0040278
2016-01-20 17:15Stephen KellyStatusnew => resolved
2016-01-20 17:15Stephen KellyFixed in Version => CMake 3.5
2016-01-20 17:15Stephen KellyResolutionopen => fixed
2016-01-20 17:15Stephen KellyAssigned To => Stephen Kelly
2016-06-10 14:21Kitware RobotNote Added: 0041280
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0040278)
Stephen Kelly   
2016-01-20 17:15   
Done here:

 Explicitly enable deprecated warnings by default.
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=aac633d5 [^]
(0041280)
Kitware Robot   
2016-06-10 14:21   
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.