Merge topic 'fix_hpux_test_failure'

5253206 Add a new line to the end of the generated main.cxx for the hpux compiler.
This commit is contained in:
Brad King 2010-10-05 15:26:38 -04:00 committed by CMake Topic Stage
commit 111f81c930
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ endif()
file(WRITE
"${CMAKE_CURRENT_BINARY_DIR}/main.cxx"
"int main() { return 0; }"
"int main() { return 0; }
"
)
add_executable(