Skip to content

Commit

Permalink
Add EOL to FindNetCDF.cmake
Browse files Browse the repository at this point in the history
Cheatsheet:
```sh
cat -e cmake/FindNetCDF.cmake

sed -i -e '$a\' cmake/FindNetCDF.cmake
```

Sources:

https://www.shellhacks.com/find-out-text-file-line-endings-lf-or-clrf/
https://unix.stackexchange.com/a/31955
  • Loading branch information
kvrigor committed Nov 28, 2024
1 parent 4688d47 commit 157ebdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindNetCDF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ if(NetCDF_FOUND)
else()
message(WARNING "TSMP2 is using NetCDF C without parallel I/O support.")
endif()
endif()
endif()

0 comments on commit 157ebdc

Please sign in to comment.