summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 21:00:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-28 21:00:57 (GMT)
commit4a1f15c344bd4f014ac1275e2c81473aab7dc32f (patch)
treeeadd88e1aa03748e893ef945318df487ad66f739 /Source/cmConfigureFileCommand.h
parentba0b6d307897351682cfa9c8017c07d8bd0f5818 (diff)
downloadCMake-4a1f15c344bd4f014ac1275e2c81473aab7dc32f.zip
CMake-4a1f15c344bd4f014ac1275e2c81473aab7dc32f.tar.gz
CMake-4a1f15c344bd4f014ac1275e2c81473aab7dc32f.tar.bz2
ENH: If configure file fails do not create directory
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index e9a01b3..2ae8040 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -76,7 +76,7 @@ public:
virtual void FinalPass();
private:
- void ConfigureFile();
+ int ConfigureFile();
std::string m_InputFile;
std::string m_OuputFile;