From 650ea04bc8fe4cb534ad1eec3b435c3ef551a267 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 29 Jun 2021 11:59:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20ionobase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FindIonobase.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FindIonobase.cmake b/FindIonobase.cmake index 0645d47..d527a52 100644 --- a/FindIonobase.cmake +++ b/FindIonobase.cmake @@ -12,7 +12,7 @@ if(NOT IONOBASE_IS_EXTERNAL_PROJECT) endif() find_path( IONOBASE_INCLUDE_DIRS - NAMES ionobase/interchfor.hpp + NAMES ionobase/interchfor.h PATHS ${_search_paths}) set(_search_paths "")