Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 27, 2024
1 parent 4fd1a27 commit a9c8927
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/DARTFindIPOPT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

find_package(IPOPT 3.11.9 QUIET MODULE)

message(STATUS "[DEBUG] IPOPT_FOUND: ${IPOPT_FOUND}")

# HAVE_CSTDDEF is necessary to workaround this bug:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684062
if(IPOPT_FOUND AND NOT TARGET IPOPT::ipopt)
Expand Down

0 comments on commit a9c8927

Please sign in to comment.