Skip to content

Commit 202cf77

Browse files
committed
[cmake] Upgrade minimum required version of proxsuite-nlp
Update CHANGELOG
1 parent c7c836c commit 202cf77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Deprecate function template `allocate_shared_eigen_aligned<T>`
1515
- Use custom macro defined in `aligator/tracy.hpp` to call Tracy ([#191](https://github.com/Simple-Robotics/aligator/pull/191))
1616
- 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
1718

1819
### Fixed
1920

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if(BUILD_PYTHON_INTERFACE)
202202
set(${PYLIB_NAME}_INSTALL_DIR ${PYTHON_SITELIB}/${PROJECT_NAME})
203203
endif()
204204

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")
206206

207207
set(LIB_SOURCES src/utils/logger.cpp)
208208

0 commit comments

Comments
 (0)