Skip to content

Commit 165b380

Browse files
-updated figcone_shoal to v0.6.0
-set version to v2.4.8
1 parent 201997b commit 165b380

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18)
2-
project(figcone VERSION 2.4.7)
2+
project(figcone VERSION 2.4.8)
33
include(GNUInstallDirs)
44
include(external/seal_lake)
55

@@ -23,7 +23,7 @@ endif()
2323
SealLake_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
)
6767
endif()
6868

formats/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(figcone_formats VERSION 0.12.5)
1+
project(figcone_formats VERSION 0.12.6)
22

33
option(FIGCONE_USE_ALL "Enable all supported config formats" ON)
44
option(FIGCONE_USE_JSON "Enable JSON config format" OFF)
@@ -76,9 +76,9 @@ endif()
7676

7777
if(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/*

0 commit comments

Comments
 (0)