summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-04-08 16:26:07 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-04-08 16:26:07 -0400
commitf3854f487f0ff4e55731b83c77d0fac356d78092 (patch)
tree6804db969de3296af0a858139273b27e0722e1af
parentd55ed678344b220dd9bb93282969bdcef719802d (diff)
downloadcmake-f3854f487f0ff4e55731b83c77d0fac356d78092.tar.gz
ENH: merge from main tree
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index f7a21db932..2bb0f003d6 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -471,7 +471,7 @@ private:
// Get the full path to the target output directory.
std::string GetOutputDir(bool implib);
- std::string const& cmTarget::ComputeBaseOutputDir(bool implib);
+ std::string const& ComputeBaseOutputDir(bool implib);
const char* ImportedGetLocation(const char* config);
const char* NormalGetLocation(const char* config);