summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-10-05 15:26:38 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2010-10-05 15:26:38 -0400
commit111f81c930dd2ba5db7d83670bba814c12dc3c95 (patch)
tree02def8618ca0a07b8a39d641c3d2cb3a48240b79
parentb38297d2d1da5647fdf07c10e0776a5e7a4a3db9 (diff)
parent525320679887d7df4bad5e619ceafdf2bfe891c5 (diff)
downloadcmake-111f81c930dd2ba5db7d83670bba814c12dc3c95.tar.gz
Merge topic 'fix_hpux_test_failure'
5253206 Add a new line to the end of the generated main.cxx for the hpux compiler.
-rw-r--r--Tests/CheckCompilerRelatedVariables/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CheckCompilerRelatedVariables/CMakeLists.txt b/Tests/CheckCompilerRelatedVariables/CMakeLists.txt
index 7206f1daf2..8095a1cf19 100644
--- a/Tests/CheckCompilerRelatedVariables/CMakeLists.txt
+++ b/Tests/CheckCompilerRelatedVariables/CMakeLists.txt
@@ -76,7 +76,8 @@ endif()
file(WRITE
"${CMAKE_CURRENT_BINARY_DIR}/main.cxx"
- "int main() { return 0; }"
+ "int main() { return 0; }
+"
)
add_executable(