Skip to content

Commit

Permalink
Make sure SCREAM_LIBS_ONLY is on
Browse files Browse the repository at this point in the history
We don't want testing stuff or small kernel stuff
  • Loading branch information
jgfouca committed Oct 10, 2024
1 parent 6f3edea commit 10099ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/eam/src/physics/crm/pam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set(PAM_DRIVER_SRC
add_library(pam_driver
${PAM_DRIVER_SRC})

set(SCREAM_LIBS_ONLY TRUE)
set(SCREAM_HOME ${CMAKE_CURRENT_SOURCE_DIR}/../../../../../..)
add_library(eamxx_physics INTERFACE ${SCREAM_HOME}/components/eamxx/src/physics/)

Expand Down

0 comments on commit 10099ac

Please sign in to comment.