diff options
author | Brad King <brad.king@kitware.com> | 2008-04-07 17:39:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-04-07 17:39:13 (GMT) |
commit | 1829bed8b5dd4c1d3b622a14160d3a6706bcc16e (patch) | |
tree | 4facf9909369e1ccb4aa854f5a611ec82eaf6906 /Source/cmTarget.h | |
parent | fcd09ca90ff052fbb560d8b1eff3e465066bb13b (diff) | |
download | CMake-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.h | 3 |
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); |