diff options
author | Brad King <brad.king@kitware.com> | 2006-03-03 23:06:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-03-03 23:06:44 (GMT) |
commit | 5792dc8da8a567ece9fd231e9844a5b1cd30ddc2 (patch) | |
tree | e3f5d634888beff05975c9515081af316616a3d2 /Source/cmTarget.h | |
parent | ce51e361fe4d53ba775636849880350898467002 (diff) | |
download | CMake-5792dc8da8a567ece9fd231e9844a5b1cd30ddc2.zip CMake-5792dc8da8a567ece9fd231e9844a5b1cd30ddc2.tar.gz CMake-5792dc8da8a567ece9fd231e9844a5b1cd30ddc2.tar.bz2 |
ENH: Replaced UpdateLocation method with call to GetLocation. Added comment about problems with the LOCATION attribute.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 9990cdd..d22df65 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -306,9 +306,6 @@ private: TargetType type, const char* config); - // update the value of the LOCATION var - void UpdateLocation(); - // Use a makefile variable to set a default for the given property. // If the variable is not defined use the given default instead. void SetPropertyDefault(const char* property, const char* default_value); |