Skip to content

Commit

Permalink
simplify ats build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella committed Dec 5, 2024
1 parent 92c501b commit 05e5684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/cmake/build_model.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ macro(build_model COMP_CLASS COMP_NAME)
set(ATS_DIR "$ENV{ATS_DIR}")
if (NOT ATS_DIR STREQUAL "")
set(Amanzi_DIR "${ATS_DIR}/lib")
find_package(HDF5 REQUIRED)
find_package(NETCDF REQUIRED)
#find_package(HDF5 REQUIRED)
#find_package(NETCDF REQUIRED)
find_package(Amanzi REQUIRED)
target_link_libraries(${TARGET_NAME} amanzi_elm_ats)
endif()
Expand Down

0 comments on commit 05e5684

Please sign in to comment.