File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.18)
2- project (figcone VERSION 2.4.7 )
2+ project (figcone VERSION 2.4.8 )
33include (GNUInstallDirs)
44include (external/seal_lake)
55
@@ -23,7 +23,7 @@ endif()
2323SealLake_Bundle(
2424 NAME figcone_sfun
2525 GIT_REPOSITORY https://github.com/kamchatka-volcano/sfun.git
26- GIT_TAG v4.0.0
26+ GIT_TAG v4.0.1
2727 DESTINATION include /figcone/detail/external
2828 DIRECTORIES include /sfun
2929 TEXT_REPLACEMENTS
@@ -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.5
65+ figcone_formats 0.12.6
6666 )
6767endif ()
6868
Original file line number Diff line number Diff line change 1- project (figcone_formats VERSION 0.12.5 )
1+ project (figcone_formats VERSION 0.12.6 )
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.5 .0
79+ figcone_shoal 0.6 .0
8080 GIT_REPOSITORY https://github.com/kamchatka-volcano/figcone_shoal.git
81- GIT_TAG v0.5 .0
81+ GIT_TAG v0.6 .0
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