Skip to content

Commit

Permalink
Increase minimum required ipopt version to 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Oct 17, 2016
1 parent 32052f6 commit d4c72bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ else()
endif()

# IPOPT
find_package(IPOPT 3.11.4 QUIET)
find_package(IPOPT 3.11.9 QUIET)
if(IPOPT_FOUND)
message(STATUS "Looking for IPOPT - ${IPOPT_VERSION} found")
set(HAVE_IPOPT TRUE)
Expand Down

0 comments on commit d4c72bd

Please sign in to comment.