Skip to content

Commit 0acad13

Browse files
committed
updated external libs catch2 3.10->3.12, cmake-sbom 1.3.0 -> 1.4.0
1 parent 8236cc3 commit 0acad13

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if(CROW_GENERATE_SBOM)
6666
CPMAddPackage(
6767
NAME cmake-sbom
6868
GITHUB_REPOSITORY DEMCON/cmake-sbom
69-
GIT_TAG v1.3.0
69+
GIT_TAG v1.4.0
7070
DOWNLOAD_ONLY YES
7171
)
7272
list(APPEND CMAKE_MODULE_PATH "${CMAKE_BINARY_DIR}/_deps/cmake-sbom-src/cmake")

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include(${CMAKE_SOURCE_DIR}/cmake/CPM.cmake)
99

1010

1111
CPMAddPackage(Catch2
12-
VERSION 3.10.0
12+
VERSION 3.12.0
1313
GITHUB_REPOSITORY catchorg/Catch2
1414
OPTIONS
1515
"CATCH_INSTALL_DOCS Off"

0 commit comments

Comments
 (0)