summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-04-07 17:39:13 (GMT)
committerBrad King <brad.king@kitware.com>2008-04-07 17:39:13 (GMT)
commit1829bed8b5dd4c1d3b622a14160d3a6706bcc16e (patch)
tree4facf9909369e1ccb4aa854f5a611ec82eaf6906 /Source/cmTarget.h
parentfcd09ca90ff052fbb560d8b1eff3e465066bb13b (diff)
downloadCMake-1829bed8b5dd4c1d3b622a14160d3a6706bcc16e.zip
CMake-1829bed8b5dd4c1d3b622a14160d3a6706bcc16e.tar.gz
CMake-1829bed8b5dd4c1d3b622a14160d3a6706bcc16e.tar.bz2
BUG: Do not create target output directory in cmTarget. Let the generators do it.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index f90a059..658ea98 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -464,9 +464,6 @@ private:
void SetPropertyDefault(const char* property, const char* default_value);
// Get the full path to the target output directory.
- const char* GetAndCreateOutputDir(bool implib, bool create);
-
- // Get the full path to the target output directory.
const char* GetOutputDir(bool implib);
const char* ImportedGetLocation(const char* config);