Skip to content

Commit

Permalink
Don't include the ModelArrayDetails twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
timspainNERSC committed Dec 2, 2024
1 parent de2b619 commit b68d156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ else()
)
target_link_libraries(testFileCallbackCloser PRIVATE doctest::doctest)

add_executable(testDynamicsAdvection "DynamicsAdvection_test.cpp" "${MODEL_INCLUDE_DIR}/ModelArrayDetails.cpp")
add_executable(testDynamicsAdvection "DynamicsAdvection_test.cpp")
target_compile_definitions(testDynamicsAdvection
PRIVATE
DGCOMP=${DGComp}
Expand Down

0 comments on commit b68d156

Please sign in to comment.