From 813b4cc2eadaded6b1d4552637640bc181bcde97 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Sat, 11 Mar 2023 21:33:13 +0100 Subject: [PATCH] SQL/IBASE: also search in firebird subdir Firebird has it's include files in /firebird so we should also search there. Pick-to: 6.5 6.2 Change-Id: Ief57abbfd6973ab9077abc1a1a2791a62ce4102a Reviewed-by: Volker Hilsheimer --- cmake/FindInterbase.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/FindInterbase.cmake b/cmake/FindInterbase.cmake index 015d301802..95b735e56a 100644 --- a/cmake/FindInterbase.cmake +++ b/cmake/FindInterbase.cmake @@ -24,6 +24,7 @@ find_path(Interbase_INCLUDE_DIR NAMES ibase.h HINTS ${Interbase_INCLUDEDIR} + PATH_SUFFIXES firebird ) find_library(Interbase_LIBRARY