summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-01-27 22:34:14 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-01-27 22:34:14 (GMT)
commit0534624b10e108b0198b07dbd3c2c14028a36d1f (patch)
tree5551fc4471070e4e0fa5dcb1145432e106480fc8 /Modules
parentb7c11ded92997ac232989e208642f9646e3f5b59 (diff)
downloadCMake-0534624b10e108b0198b07dbd3c2c14028a36d1f.zip
CMake-0534624b10e108b0198b07dbd3c2c14028a36d1f.tar.gz
CMake-0534624b10e108b0198b07dbd3c2c14028a36d1f.tar.bz2
FortranCInterface: Skip appending an unnecessary newline to Output.cmake
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FortranCInterface/Detect.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/FortranCInterface/Detect.cmake b/Modules/FortranCInterface/Detect.cmake
index 010661e..76f432d 100644
--- a/Modules/FortranCInterface/Detect.cmake
+++ b/Modules/FortranCInterface/Detect.cmake
@@ -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)