File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ icm_add_lib(dynamix DYNAMIX)
77add_library (dynamix::dynamix ALIAS dynamix)
88target_include_directories (dynamix INTERFACE .)
99
10- CPMAddPackage("gh:iboB/itlib@1.9.0 " )
10+ CPMAddPackage("gh:iboB/itlib@1.9.1 " )
1111CPMAddPackage("gh:iboB/splat@1.3.1" )
1212
1313target_link_libraries (dynamix PUBLIC
Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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 " )
55CPMAddPackage(gh:ThrowTheSwitch/Unity@2.5.2)
66set_target_properties (doctest PROPERTIES FOLDER test )
77set_target_properties (doctest-main PROPERTIES FOLDER test )
You can’t perform that action at this time.
0 commit comments