diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 14:57:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 14:57:33 (GMT) |
commit | 7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2 (patch) | |
tree | 34d331501d380b09bf3ea1f30186eff5ddca52bf /Source/CTest/cmCTestSubmit.cxx | |
parent | 6695fa300bad1a2ba28bf4101097487f256fdd0b (diff) | |
download | CMake-7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2.zip CMake-7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2.tar.gz CMake-7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2.tar.bz2 |
Improve build, now it should build on mac and other platforms where include file depend on each other
Diffstat (limited to 'Source/CTest/cmCTestSubmit.cxx')
-rw-r--r-- | Source/CTest/cmCTestSubmit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestSubmit.cxx b/Source/CTest/cmCTestSubmit.cxx index a26b55a..0494204 100644 --- a/Source/CTest/cmCTestSubmit.cxx +++ b/Source/CTest/cmCTestSubmit.cxx @@ -23,7 +23,7 @@ cmCTestSubmit::cmCTestSubmit() : m_HTTPProxy(), m_FTPProxy() { - std::cout << "Setup proxy" << endl; + std::cout << "Setup proxy" << std::endl; m_HTTPProxy = ""; m_HTTPProxyType = 0; if ( getenv("HTTP_PROXY") ) |