Explorar o código

Merge topic 'fortrancinterface-extra-newline'

0534624b10 FortranCInterface: Skip appending an unnecessary newline to Output.cmake

Acked-by: Kitware Robot <[email protected]>
Merge-request: !9196
Craig Scott hai 1 ano
pai
achega
fdb05a421a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Modules/FortranCInterface/Detect.cmake

+ 0 - 1
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)