[Cmake-commits] [cmake-commits] king committed cmGetTargetPropertyCommand.h 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 5 09:53:26 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv32049/Source

Modified Files:
	cmGetTargetPropertyCommand.h 
Log Message:
BUG: Remove old get_target_property docs

The get_target_property command contained some outdated documentation of
the LOCATION and TYPE properties.  This removes it since they are now
documented in the properties list section of the documentation.


Index: cmGetTargetPropertyCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGetTargetPropertyCommand.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** cmGetTargetPropertyCommand.h	23 Jan 2008 15:27:59 -0000	1.12
--- cmGetTargetPropertyCommand.h	5 Jan 2009 14:53:22 -0000	1.13
***************
*** 59,77 ****
          "will be set to \"NOTFOUND\".  Use set_target_properties to set "
          "property values.  Properties are usually used to control how "
!         "a target is built.\n"
!         "The read-only property \"<CONFIG>_LOCATION\" provides the full "
!         "path to the file on disk that will be created for the target when "
!         "building under configuration <CONFIG> "
!         "(in upper-case, such as \"DEBUG_LOCATION\"). "
!         "The read-only property \"LOCATION\" specifies "
!         "the full path to the file on disk that will be created for the "
!         "target. The path may contain a build-system-specific portion that "
!         "is replaced at build time with the configuration getting built "
!         "(such as \"$(ConfigurationName)\" in VS). "
!         "This is very useful for executable targets to get "
!         "the path to the executable file for use in a custom command.\n"
!         "The read-only property \"TYPE\" returns which type the specified "
!         "target has (EXECUTABLE, STATIC_LIBRARY, SHARED_LIBRARY, "
!         "MODULE_LIBRARY, UTILITY, INSTALL_FILES or INSTALL_PROGRAMS). "
          "This command can get properties for any target so far created. "
          "The targets do not need to be in the current CMakeLists.txt file.";
--- 59,63 ----
          "will be set to \"NOTFOUND\".  Use set_target_properties to set "
          "property values.  Properties are usually used to control how "
!         "a target is built, but some query the target instead.  "
          "This command can get properties for any target so far created. "
          "The targets do not need to be in the current CMakeLists.txt file.";



More information about the Cmake-commits mailing list