summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-05-10 15:19:15 (GMT)
committerBrad King <brad.king@kitware.com>2001-05-10 15:19:15 (GMT)
commit09e9a53bb19b85aec9905c10b69ff6184f9b3d64 (patch)
tree4bb073e21f08e1a529caf75921f65fadda0b7856 /Source/cmSystemTools.cxx
parent68ac32e60ad21511ef4c7713ea16541dac8eda0a (diff)
downloadCMake-09e9a53bb19b85aec9905c10b69ff6184f9b3d64.zip
CMake-09e9a53bb19b85aec9905c10b69ff6184f9b3d64.tar.gz
CMake-09e9a53bb19b85aec9905c10b69ff6184f9b3d64.tar.bz2
ERR: RunCommand method needed return in unix.
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 89e8016..2240424 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -602,6 +602,7 @@ bool cmSystemTools::RunCommand(const char* command,
fgets(buffer, BUFFER_SIZE, cpipe);
}
fclose(cpipe);
+ return true;
#endif
}