MantisBT - CMake
View Issue Details
0015266CMakeDocumentationpublic2014-11-26 17:182015-05-04 09:05
David Golub 
Brad King 
normalmajorN/A
closedfixed 
 
CMake 3.1CMake 3.1 
0015266: GET_PROPERTY and SET_PROPERTY need update for installed file properties
CMake 3.1 adds properties for installed files, which appear to be manipulable using GET_PROPERTY(INSTALL) and SET_PROPERTY(INSTALL). However, the documentation for GET_PROPERTY and SET_PROPERTY has not been updated to reflect the new property type.
No tags attached.
Issue History
2014-11-26 17:18David GolubNew Issue
2014-11-26 17:42Brad KingNote Added: 0037306
2014-11-26 17:42Brad KingAssigned To => Brad King
2014-11-26 17:42Brad KingStatusnew => assigned
2014-11-26 17:42Brad KingTarget Version => CMake 3.1
2014-11-26 17:43Brad KingNote Added: 0037307
2014-12-01 09:11Brad KingNote Added: 0037320
2014-12-01 09:12Brad KingStatusassigned => resolved
2014-12-01 09:12Brad KingResolutionopen => fixed
2014-12-01 09:12Brad KingFixed in Version => CMake 3.1
2014-12-01 09:13Brad KingNote Added: 0037321
2015-05-04 09:05Robert MaynardNote Added: 0038679
2015-05-04 09:05Robert MaynardStatusresolved => closed

Notes
(0037306)
Brad King   
2014-11-26 17:42   
Thanks. The 3.1 release notes also fail to mention this.

This feature was added as an implementation detail of the CPACK_WIX_ACL installed file property functionality so I missed the lack of documentation during review.
(0037307)
Brad King   
2014-11-26 17:43   
I've updated the documentation and 3.1 release notes here:

 Help: Format set_property and get_property command docs
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d74ea44c [^]

 Help: Document installed file property API
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0a8b0e69 [^]

 Help: Add 3.1 release notes for INSTALL property scope
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7a4e3359 [^]
(0037320)
Brad King   
2014-12-01 09:11   
Re 0015266:0037307: Slightly revised documentation updates:

 Help: Format set_property and get_property command docs
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a1aceb25 [^]

 Help: Document installed file property API
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=07254a81 [^]

 Help: Add 3.1 release notes for INSTALL property scope
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=89bb34d3 [^]
(0037321)
Brad King   
2014-12-01 09:13   
I've queued these updates for inclusion in the next 3.1 release candidate.
(0038679)
Robert Maynard   
2015-05-04 09:05   
Closing resolved issues that have not been updated in more than 4 months.