summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-01-29 12:07:02 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-29 12:07:16 (GMT)
commitfdb05a421a2e49328dc19150a872d6c98362bcf4 (patch)
tree113c7318264baf399e66a63c119df5495dc64623 /Modules
parent9d081a071e49aeec0795c7eb7843cd5ebefbb7eb (diff)
parent0534624b10e108b0198b07dbd3c2c14028a36d1f (diff)
downloadCMake-fdb05a421a2e49328dc19150a872d6c98362bcf4.zip
CMake-fdb05a421a2e49328dc19150a872d6c98362bcf4.tar.gz
CMake-fdb05a421a2e49328dc19150a872d6c98362bcf4.tar.bz2
Merge topic 'fortrancinterface-extra-newline'
0534624b10 FortranCInterface: Skip appending an unnecessary newline to Output.cmake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9196
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 338a586..d65c865 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)