From 6097c0f5119f760a1ad7c8bb1bd139a5683b250a Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 16 Apr 2025 20:39:51 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20finding=20of=20the=20gnsstk-devel=20packa?= =?UTF-8?q?ge=20(from=20Application:Geo=20repository)=C2=A0on=20openSUSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/Modules/FindGNSSTK.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Modules/FindGNSSTK.cmake b/cmake/Modules/FindGNSSTK.cmake index d49a1bc53..d02e98530 100644 --- a/cmake/Modules/FindGNSSTK.cmake +++ b/cmake/Modules/FindGNSSTK.cmake @@ -40,6 +40,7 @@ unset(GNSSTK_USES_GPSTK_NAMESPACE CACHE) find_path(GNSSTK_INCLUDE_DIR gnsstk/Rinex3ObsBase.hpp PATHS ${GNSSTK_ROOT_USER_DEFINED}/include ${GNSSSDR_INCLUDE_PATHS} + PATH_SUFFIXES gnsstk14 gnsstk15 # Fix for openSUSE ) set(GNSSTK_NAMES ${CMAKE_FIND_LIBRARY_PREFIXES}gnsstk${CMAKE_SHARED_LIBRARY_SUFFIX}) if(NOT GNSSTK_INCLUDE_DIR)