Skip to content

Commit

Permalink
latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Apr 22, 2023
1 parent 53fe147 commit 722df0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icm_add_lib(dynamix DYNAMIX)
add_library(dynamix::dynamix ALIAS dynamix)
target_include_directories(dynamix INTERFACE .)

CPMAddPackage("gh:iboB/itlib@1.9.0")
CPMAddPackage("gh:iboB/itlib@1.9.1")
CPMAddPackage("gh:iboB/splat@1.3.1")

target_link_libraries(dynamix PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion doc/basics/adding.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The dependencies are:
* [iboB/splat](https://github.com/iboB/splat) `~> 1.3.1`
* [iboB/itlib](https://github.com/iboB/itlib) `~> 1.9.0`
* CMake only: [iboB/icm](https://github.com/iboB/icm) `~> 1.4.4`
* Tests only: [iboB/doctest-util](https://github.com/iboB/doctest-util) `~> 0.2.0`
* Tests only: [iboB/doctest-util](https://github.com/iboB/doctest-util) `~> 0.1.1`
* Tests only: [iboB/doctest-lib](https://github.com/iboB/doctest-lib) `~> 2.4.9a`
* C Tests only: [ThrowTheSwitch/Unity](https://github.com/iboB/doctest-util) `~> 2.5.2`
* Benchmarks only: [iboB/picobench](https://github.com/iboB/picobench) `~> 2.04`
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Borislav Stanimirov
# SPDX-License-Identifier: MIT
#
CPMAddPackage("gh:iboB/doctest-util@0.1.0a#2e7f61cfbcef6f0a28280aa4a29f1cb41c51df51")
CPMAddPackage("gh:iboB/doctest-util@0.1.1")
CPMAddPackage(gh:ThrowTheSwitch/Unity@2.5.2)
set_target_properties(doctest PROPERTIES FOLDER test)
set_target_properties(doctest-main PROPERTIES FOLDER test)
Expand Down

0 comments on commit 722df0d

Please sign in to comment.