Skip to content

Commit b88334c

Browse files
authored
Merge pull request #355 from olivier-roussel/fix_fmt_max_ver
Remove fmt dependency max version spec
2 parents adaa84f + 784a5c2 commit b88334c

File tree

4 files changed

+115
-148
lines changed

4 files changed

+115
-148
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ One major new addition is the `ArenaMatrix` template class, which is a allocator
4848
- Several classes are now allocator-aware:
4949
- the Riccati-based solvers in gar (`ProximalRiccatiSolver`, `ParallelRiccatiSolver`)
5050
- `WorkspaceTpl` in `aligator/solvers/proxddp`
51+
- cmake/pixi: update maximum version for fmt library to v12 included (https://github.com/Simple-Robotics/aligator/pull/355)
5152

5253
#### Changes to dynamics
5354

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,7 @@ ADD_PROJECT_DEPENDENCY(
195195
REQUIRED
196196
PKG_CONFIG_REQUIRES "eigen3 >= 3.3.7"
197197
)
198-
ADD_PROJECT_DEPENDENCY(
199-
fmt
200-
"10.0.0...<12"
201-
REQUIRED
202-
PKG_CONFIG_REQUIRES "fmt >= 10.0.0"
203-
)
198+
ADD_PROJECT_DEPENDENCY(fmt REQUIRED PKG_CONFIG_REQUIRES "fmt >= 10.0.0")
204199

205200
if(BUILD_WITH_OPENMP_SUPPORT)
206201
ADD_PROJECT_DEPENDENCY(OpenMP REQUIRED)

0 commit comments

Comments
 (0)