Skip to content

Commit

Permalink
CMake Fix RCON Microphysics (#2162)
Browse files Browse the repository at this point in the history
TYPE: bug fix

KEYWORDS: cmake, compilation

SOURCE: internal

DESCRIPTION OF CHANGES:
Problem:
PR #2144 added a new microphysics file `phys/module_mp_rcon.F` which
only added it to the make build

Solution:
Add new RCON file to CMake build

TESTS CONDUCTED: 
1. Develop branch at merge of #2144 fails to build CMake build. These
changes fix the build issues
  • Loading branch information
islas authored Jan 29, 2025
1 parent 6741f01 commit a0144bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phys/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ target_sources(
module_mp_ntu.F
module_mp_p3.F
module_mp_radar.F
module_mp_rcon.F
module_mp_SBM_polar_radar.F
module_mp_sbu_ylin.F
module_mp_thompson.F
Expand Down

0 comments on commit a0144bd

Please sign in to comment.