Skip to content

Commit

Permalink
Fixed CMake gc_pretty_print statement for KPPSA variable
Browse files Browse the repository at this point in the history
CMakeScripts/GC-ConfigureClassic.cmake
- Bug fix: Now print KPPSA instead of KPP_STANDALONE to the
  screen with function gc_pretty_print

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Jan 30, 2025
1 parent a245e60 commit 11e7d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeScripts/GC-ConfigureClassic.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function(configureGCClassic)
set(KPPSA OFF CACHE BOOL
"Switch to build the KPP-Standalone Box Model"
)
gc_pretty_print(VARIABLE KPP_STANDALONE IS_BOOLEAN)
gc_pretty_print(VARIABLE KPPSA IS_BOOLEAN)

#-------------------------------------------------------------------------
# Build Luo et al wetdep scheme?
Expand Down

0 comments on commit 11e7d2e

Please sign in to comment.