Skip to content

Commit

Permalink
remove old file
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Oct 16, 2024
1 parent 15d6a2e commit c8b67fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMake/BuildERFExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function(build_erf_lib erf_lib_name)

if(ERF_ENABLE_POISSON_SOLVE)
target_sources(${erf_lib_name} PRIVATE
${SRC_DIR}/TimeIntegration/ERF_slow_rhs_inc.cpp
${SRC_DIR}/Utils/ERF_PoissonSolve.cpp
${SRC_DIR}/Utils/ERF_PoissonSolve_tb.cpp)
target_compile_definitions(${erf_lib_name} PUBLIC ERF_USE_POISSON_SOLVE)
Expand Down

0 comments on commit c8b67fe

Please sign in to comment.