File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Deprecate function template ` allocate_shared_eigen_aligned<T> `
15
15
- Use custom macro defined in ` aligator/tracy.hpp ` to call Tracy ([ #191 ] ( https://github.com/Simple-Robotics/aligator/pull/191 ) )
16
16
- Change default behaviour with regards to Tracy (` DOWNLOAD_TRACY ` is set to ` OFF ` )
17
+ - Upgrade minimum required version of proxsuite-nlp to 0.7.1
17
18
18
19
### Fixed
19
20
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ if(BUILD_PYTHON_INTERFACE)
202
202
set (${PYLIB_NAME} _INSTALL_DIR ${PYTHON_SITELIB} /${PROJECT_NAME} )
203
203
endif ()
204
204
205
- add_project_dependency (proxsuite-nlp 0.6.1 REQUIRED PKG_CONFIG_REQUIRES "proxsuite-nlp >= 0.6.1 " )
205
+ add_project_dependency (proxsuite-nlp 0.7.0 REQUIRED PKG_CONFIG_REQUIRES "proxsuite-nlp >= 0.7.0 " )
206
206
207
207
set (LIB_SOURCES src/utils/logger.cpp )
208
208
You can’t perform that action at this time.
0 commit comments