Skip to content

Commit

Permalink
w2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 27, 2024
1 parent a9c8927 commit 3989bf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/DARTFindIPOPT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
find_package(IPOPT 3.11.9 QUIET MODULE)

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

# HAVE_CSTDDEF is necessary to workaround this bug:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684062
Expand Down

0 comments on commit 3989bf9

Please sign in to comment.