From 0534624b10e108b0198b07dbd3c2c14028a36d1f Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sun, 28 Jan 2024 09:34:14 +1100 Subject: FortranCInterface: Skip appending an unnecessary newline to Output.cmake --- Modules/FortranCInterface/Detect.cmake | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v0.12