Skip to content

Commit 722df0d

Browse files
committed
latest deps
1 parent 53fe147 commit 722df0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

code/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icm_add_lib(dynamix DYNAMIX)
77
add_library(dynamix::dynamix ALIAS dynamix)
88
target_include_directories(dynamix INTERFACE .)
99

10-
CPMAddPackage("gh:iboB/itlib@1.9.0")
10+
CPMAddPackage("gh:iboB/itlib@1.9.1")
1111
CPMAddPackage("gh:iboB/splat@1.3.1")
1212

1313
target_link_libraries(dynamix PUBLIC

doc/basics/adding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The dependencies are:
1919
* [iboB/splat](https://github.com/iboB/splat) `~> 1.3.1`
2020
* [iboB/itlib](https://github.com/iboB/itlib) `~> 1.9.0`
2121
* CMake only: [iboB/icm](https://github.com/iboB/icm) `~> 1.4.4`
22-
* Tests only: [iboB/doctest-util](https://github.com/iboB/doctest-util) `~> 0.2.0`
22+
* Tests only: [iboB/doctest-util](https://github.com/iboB/doctest-util) `~> 0.1.1`
2323
* Tests only: [iboB/doctest-lib](https://github.com/iboB/doctest-lib) `~> 2.4.9a`
2424
* C Tests only: [ThrowTheSwitch/Unity](https://github.com/iboB/doctest-util) `~> 2.5.2`
2525
* Benchmarks only: [iboB/picobench](https://github.com/iboB/picobench) `~> 2.04`

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) Borislav Stanimirov
22
# SPDX-License-Identifier: MIT
33
#
4-
CPMAddPackage("gh:iboB/doctest-util@0.1.0a#2e7f61cfbcef6f0a28280aa4a29f1cb41c51df51")
4+
CPMAddPackage("gh:iboB/doctest-util@0.1.1")
55
CPMAddPackage(gh:ThrowTheSwitch/Unity@2.5.2)
66
set_target_properties(doctest PROPERTIES FOLDER test)
77
set_target_properties(doctest-main PROPERTIES FOLDER test)

0 commit comments

Comments
 (0)