Skip to content

Commit

Permalink
Make sure hydro gets all the flags similar to original cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Jul 30, 2024
1 parent 980aca8 commit 6b9d27e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hydro/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# additions that WRF-Hydro's top CMakeLists.txt handles
add_compile_options( ${PROJECT_COMPILE_OPTIONS} )
add_compile_definitions( ${PROJECT_COMPILE_DEFINITIONS} )
set(CMAKE_Fortran_MODULE_DIRECTORY ${PROJECT_BINARY_DIR}/hydro/mods)
add_definitions(-DMPP_LAND)
if (WRF_HYDRO_NUDGING STREQUAL "1")
Expand Down

0 comments on commit 6b9d27e

Please sign in to comment.