From a0144bd0a91975952bc245b5cecad8443c11d549 Mon Sep 17 00:00:00 2001 From: Anthony Islas <128631809+islas@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:17:14 -0700 Subject: [PATCH] CMake Fix RCON Microphysics (#2162) 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 --- phys/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/phys/CMakeLists.txt b/phys/CMakeLists.txt index d227661503..1d58970299 100644 --- a/phys/CMakeLists.txt +++ b/phys/CMakeLists.txt @@ -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