Skip to content

Commit 31d783d

Browse files
committed
This change adds src/framework as an include directory
when building core_atmosphere.
1 parent 55c737f commit 31d783d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core_atmosphere/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ endif ()
387387
target_compile_definitions(core_atmosphere PRIVATE ${CORE_ATMOSPHERE_COMPILE_DEFINITIONS})
388388
set_MPAS_DEBUG_flag(core_atmosphere)
389389
mpas_core_target(CORE atmosphere TARGET core_atmosphere INCLUDES ${ATMOSPHERE_CORE_INCLUDES})
390+
target_include_directories(core_atmosphere PRIVATE ../framework/)
390391

391392
#Get physics_wrf tables from MPAS-Data
392393
include(FetchContent)

0 commit comments

Comments
 (0)