Skip to content

Commit 8c38c48

Browse files
committed
Update minimum required version of proxsuite-nlp to 0.9.0
1 parent 103f71f commit 8c38c48

File tree

3 files changed

+415
-416
lines changed

3 files changed

+415
-416
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ if(BUILD_PYTHON_INTERFACE)
247247
set(${PYLIB_NAME}_INSTALL_DIR ${PYTHON_SITELIB}/${PROJECT_NAME})
248248
endif()
249249

250-
add_project_dependency(proxsuite-nlp 0.8.0 REQUIRED PKG_CONFIG_REQUIRES "proxsuite-nlp >= 0.8.0")
250+
add_project_dependency(proxsuite-nlp 0.9.0 REQUIRED PKG_CONFIG_REQUIRES "proxsuite-nlp >= 0.9.0")
251251

252252
set(LIB_SOURCES src/utils/exceptions.cpp src/utils/logger.cpp)
253253

0 commit comments

Comments
 (0)