From ef8d299060068c92bb29030fb8f3aa52ba02c622 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:46:52 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- find-external/Ipopt/FindIpopt.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/find-external/Ipopt/FindIpopt.cmake b/find-external/Ipopt/FindIpopt.cmake index a6c8e638..971edd71 100644 --- a/find-external/Ipopt/FindIpopt.cmake +++ b/find-external/Ipopt/FindIpopt.cmake @@ -4,8 +4,9 @@ # # Adapted from: https://github.com/casadi/casadi/blob/main/cmake/FindIPOPT.cmake # -# Uses the modern PkgConfig CMake module helpers to find an installed version of Ipopt, -# for which a CMake shared imported library target is created with the required includes and compile options in its link interface. +# Uses the modern PkgConfig CMake module helpers to find an installed version of +# Ipopt, for which a CMake shared imported library target is created with the +# required includes and compile options in its link interface. # find_package(Ipopt CONFIG QUIET)