diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-02-19 19:32:36 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-02-19 19:32:36 (GMT) |
commit | 84315a7d576830ad93188750ca56bb171947f2f8 (patch) | |
tree | 3a0a655f2cfedd365edab7b6ef99ded72cb03ac4 /Source/cmTarget.h | |
parent | 3e82b9ee511cdef811539deed94f80a1bdf29290 (diff) | |
download | CMake-84315a7d576830ad93188750ca56bb171947f2f8.zip CMake-84315a7d576830ad93188750ca56bb171947f2f8.tar.gz CMake-84315a7d576830ad93188750ca56bb171947f2f8.tar.bz2 |
BUG: fix accidental checkin
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index d6444c9..de216f3 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -181,10 +181,6 @@ public: target property. */ const char* GetLocation(const char* config); - /** Get the location of the target in the build tree for use by ctest. - May make use of the CTEST_TEST_CONFIGURATION variable in ctest. */ - const char* GetTestLocation(const char* config); - /** Get the target major and minor version numbers interpreted from the VERSION property. Version 0 is returned if the property is not set or cannot be parsed. */ |