We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c737f commit 31d783dCopy full SHA for 31d783d
src/core_atmosphere/CMakeLists.txt
@@ -387,6 +387,7 @@ endif ()
387
target_compile_definitions(core_atmosphere PRIVATE ${CORE_ATMOSPHERE_COMPILE_DEFINITIONS})
388
set_MPAS_DEBUG_flag(core_atmosphere)
389
mpas_core_target(CORE atmosphere TARGET core_atmosphere INCLUDES ${ATMOSPHERE_CORE_INCLUDES})
390
+target_include_directories(core_atmosphere PRIVATE ../framework/)
391
392
#Get physics_wrf tables from MPAS-Data
393
include(FetchContent)
0 commit comments