From af5fd2a52d2a5be1e338ada92bb745eef64d82c5 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <Ansgar.Burchardt@tu-dresden.de>
Date: Mon, 2 Sep 2019 14:28:49 +0200
Subject: [PATCH] FindIPOpt.cmake: also look for headers in include/coin

---
 cmake/modules/FindIPOpt.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/modules/FindIPOpt.cmake b/cmake/modules/FindIPOpt.cmake
index 4c885f07..69842aa4 100644
--- a/cmake/modules/FindIPOpt.cmake
+++ b/cmake/modules/FindIPOpt.cmake
@@ -14,6 +14,7 @@ find_path(IPOPT_INCLUDE_DIR
 )
 find_path(IPOPT_INCLUDE_DIR
   NAMES "IpNLP.hpp"
+  PATH_SUFFIXES "include" "include/coin"
 )
 
 find_library(IPOPT_LIBRARY
-- 
GitLab