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:
commit
111f81c930
|
@ -76,7 +76,8 @@ endif()
|
||||||
|
|
||||||
file(WRITE
|
file(WRITE
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/main.cxx"
|
"${CMAKE_CURRENT_BINARY_DIR}/main.cxx"
|
||||||
"int main() { return 0; }"
|
"int main() { return 0; }
|
||||||
|
"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(
|
add_executable(
|
||||||
|
|
Loading…
Reference in New Issue