From a0a1d7fca37cbd5ad425fcb8d235e44fc195b1d2 Mon Sep 17 00:00:00 2001 From: Edward Hartnett <38856240+edwardhartnett@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:38:54 -0600 Subject: [PATCH] now require g2-3.4.9 in build (#311) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 915faf2c..c8845a17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if(ip_VERSION LESS 5.0) find_package(sp 2.3.3 REQUIRED) endif() find_package(w3emc 2.10.0 REQUIRED) -find_package(g2 3.4.8 REQUIRED) +find_package(g2 3.4.9 REQUIRED) # g2c is not required. #find_package(g2c 1.7.0)