Skip to content

Commit

Permalink
fixing newlines due to vscode losing its mind
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed Aug 8, 2024
1 parent afbbede commit 4cc46c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/serac/numerics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ install(TARGETS serac_numerics
if(SERAC_ENABLE_TESTS)
add_subdirectory(tests)
endif()

2 changes: 1 addition & 1 deletion src/serac/physics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ endif()
if(SERAC_ENABLE_BENCHMARKS)
add_subdirectory(benchmarks)
endif()

3 changes: 1 addition & 2 deletions src/serac/physics/materials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ install(TARGETS serac_physics_materials
if(SERAC_ENABLE_TESTS)
add_subdirectory(tests)
endif()



0 comments on commit 4cc46c6

Please sign in to comment.