From e1e1f9f15ee445e3a3506a94838226040ee02817 Mon Sep 17 00:00:00 2001 From: ulmononian Date: Thu, 2 Mar 2023 22:42:57 -0600 Subject: [PATCH] Update CMakeModules to develop; remove STATIC requirement from PIO find. --- CMakeLists.txt | 2 +- CMakeModules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2af40cae56..cb74a1b3b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,7 @@ if(FMS) endif() if(CMEPS) - find_package(PIO 2.5.3 REQUIRED COMPONENTS C Fortran STATIC) + find_package(PIO 2.5.3 REQUIRED COMPONENTS C Fortran) endif() find_package(bacio 2.4.0 REQUIRED) diff --git a/CMakeModules b/CMakeModules index cedeb2c64e..cabd7753ae 160000 --- a/CMakeModules +++ b/CMakeModules @@ -1 +1 @@ -Subproject commit cedeb2c64e55d3445ac4e4847ea7c4fa3220c3dd +Subproject commit cabd7753ae17f7bfcc6dad56daf10868aa51c3f4