Skip to content

Commit

Permalink
Remove superfluous whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
timspainNERSC committed Sep 11, 2023
1 parent 4e46a82 commit 6e6d3de
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 @@ -141,7 +141,7 @@ target_compile_definitions(testParaGrid PRIVATE TEST_FILE_SOURCE=${CMAKE_CURRENT
target_include_directories(testParaGrid PUBLIC "${SRC_DIR}" "${CoreModulesDir}" "${PhysicsDir}" "${PhysicsModulesDir}" "${netCDF_INCLUDE_DIR}" "${CoreSrc}/${ModelArrayStructure}")
target_link_directories(testParaGrid PUBLIC "${netCDF_LIB_DIR}")
target_link_libraries(testParaGrid LINK_PUBLIC Boost::program_options doctest::doctest "${NSDG_NetCDF_Library}" Eigen3::Eigen)

add_executable(testModelComponent
"ModelComponent_test.cpp"
"${CoreSrc}/ModelComponent.cpp"
Expand Down

0 comments on commit 6e6d3de

Please sign in to comment.