Skip to content

Commit

Permalink
Add missing final newline
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jul 14, 2020
1 parent c5c2046 commit 179cf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipopt-binary/Ipopt-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ set(Ipopt_LIBRARIES "optimized;${PACKAGE_PREFIX_DIR}/lib/libipopt.lib;debug;${P
# The Casadi FindIPOPT (as of Casadi 3.5.1) is actually malformed, and so we define a few variables to make it work correctly
set(IPOPT_FOUND ON)
set(IPOPT_INCLUDE_DIRS ${Ipopt_INCLUDE_DIR})
set(IPOPT_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/lib")
set(IPOPT_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/lib")

0 comments on commit 179cf71

Please sign in to comment.