commit b99d592b6a45cc99cf3a17a0f6046f95fae77b4d
parent 83d8067fcaa072ea83bab5f395cc26438357e09f
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 28 Apr 2023 10:28:21 +0200
Upgrade star-cad dependency to 0.2
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -73,7 +73,7 @@ configure_file(${CG2_SOURCE_DIR}/cg_version.h.in
################################################################################
find_package(RCMake 0.4.1 REQUIRED)
find_package(RSys 0.12.1 REQUIRED)
-find_package(StarCAD 0.1 REQUIRED)
+find_package(StarCAD 0.2 REQUIRED)
find_package(StarCPR 0.3 REQUIRED)
find_package(libcyaml 1.4 REQUIRED)