From 179cf71be48b49c8e78f9d1437e800678b739ddd Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 14 Jul 2020 08:21:30 +0200 Subject: [PATCH] Add missing final newline --- ipopt-binary/Ipopt-config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipopt-binary/Ipopt-config.cmake b/ipopt-binary/Ipopt-config.cmake index 922172a..91b4929 100644 --- a/ipopt-binary/Ipopt-config.cmake +++ b/ipopt-binary/Ipopt-config.cmake @@ -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") \ No newline at end of file +set(IPOPT_LIBRARY_DIRS "${PACKAGE_PREFIX_DIR}/lib")