File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.18)
2- project (figcone VERSION 2.4.8 )
2+ project (figcone VERSION 2.4.9 )
33include (GNUInstallDirs)
44include (external/seal_lake)
55
@@ -62,7 +62,7 @@ if (FIGCONE_USE_ALL OR FIGCONE_USE_JSON OR FIGCONE_USE_YAML OR FIGCONE_USE_TOML
6262 figcone::figcone_formats
6363 )
6464 SealLake_Dependencies(
65- figcone_formats 0.12.6
65+ figcone_formats 0.12.7
6666 )
6767endif ()
6868
Original file line number Diff line number Diff line change 1- project (figcone_formats VERSION 0.12.6 )
1+ project (figcone_formats VERSION 0.12.7 )
22
33option (FIGCONE_USE_ALL "Enable all supported config formats" ON )
44option (FIGCONE_USE_JSON "Enable JSON config format" OFF )
@@ -76,9 +76,9 @@ endif()
7676
7777if (FIGCONE_USE_ALL OR FIGCONE_USE_SHOAL)
7878 SealLake_Import(
79- figcone_shoal 0.6.0
79+ figcone_shoal 0.6.1
8080 GIT_REPOSITORY https://github.com/kamchatka-volcano/figcone_shoal.git
81- GIT_TAG v0.6.0
81+ GIT_TAG v0.6.1
8282 )
8383 SealLake_Copy(
8484 WILDCARDS ${figcone_shoal_SOURCE_DIR} /include /figcone_shoal/*
You can’t perform that action at this time.
0 commit comments