FortranCInterface: Skip appending an unnecessary newline to Output.cmake

This commit is contained in:
Craig Scott
2024-01-28 09:34:14 +11:00
parent b7c11ded92
commit 0534624b10

View File

@@ -177,7 +177,6 @@ endforeach()
# Record the detection results.
configure_file(${FortranCInterface_SOURCE_DIR}/Output.cmake.in
${FortranCInterface_BINARY_DIR}/Output.cmake @ONLY)
file(APPEND ${FortranCInterface_BINARY_DIR}/Output.cmake "\n")
# Report the results.
if(FortranCInterface_GLOBAL_FOUND)