Skip to content

Commit

Permalink
add newline at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Aug 22, 2024
1 parent 63f7189 commit 4f41f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/FindP4EST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ find_package_handle_standard_args(P4EST DEFAULT_MSG P4EST_INCLUDE_DIR P4EST_LIBR

if(NOT SC_LIBRARIES)
message(FATAL_ERROR "p4est libraries not found")
endif()
endif()
2 changes: 1 addition & 1 deletion cmake/FindSC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ find_package_handle_standard_args(SC DEFAULT_MSG SC_INCLUDE_DIR SC_LIBRARIES)

if(NOT SC_LIBRARIES)
message(FATAL_ERROR "SC libraries not found")
endif()
endif()

0 comments on commit 4f41f09

Please sign in to comment.