Skip to content

Commit

Permalink
Ipopt: Remove an hack to manage bad debian packaging
Browse files Browse the repository at this point in the history
Since we don't know if this hack is still relevant, we remove it.
Ref: ghorn/debian-coinor-ipopt#2
  • Loading branch information
jorisv committed Oct 16, 2024
1 parent 1d28ef3 commit 9c3003c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions find-external/Ipopt/FindIpopt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ else()
INTERFACE_COMPILE_OPTIONS "${Ipopt_CFLAGS_OTHER}"
IMPORTED_CONFIGURATIONS "RELEASE")

if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
target_compile_definitions(ipopt INTERFACE HAVE_CSTDDEF)
endif()

if(WIN32)
set_target_properties(ipopt PROPERTIES IMPORTED_IMPLIB_RELEASE
"${ipopt_lib_path}")
Expand Down

0 comments on commit 9c3003c

Please sign in to comment.