summaryrefslogtreecommitdiff
path: root/Tests/CheckCompilerRelatedVariables
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CheckCompilerRelatedVariables')
-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(