From 06fa1ef3322996e6718ddc7b16646d1e0e6f7982 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Tue, 4 Aug 2020 12:00:14 +0200 Subject: [PATCH] Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup --- CMakeLists.txt | 2 +- development/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f62452c72..87ce6c42f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -823,7 +823,7 @@ set(Include_used_spellchecker) # String will be inserted into config.h if (LYX_EXTERNAL_MYTHES MATCHES "AUTO") # try system library first - find_package(MyThesLIB) + find_package(MYTHESLIB) if (MYTHESLIB_FOUND) set(LYX_EXTERNAL_MYTHES ON CACHE STRING "OFF:= Build 3rdparty mytheslib" FORCE) else() diff --git a/development/Makefile.am b/development/Makefile.am index fc9aa9047f..9cc10c2553 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -168,7 +168,7 @@ cmake/modules/FindHUNSPELL.cmake \ cmake/modules/FindICONV.cmake \ cmake/modules/FindLyXGettext.cmake \ cmake/modules/FindMagic.cmake \ -cmake/modules/FindMyThesLIB.cmake \ +cmake/modules/FindMYTHESLIB.cmake \ cmake/modules/FindOpenSSL.cmake \ cmake/modules/FindQt4.cmake \ cmake/modules/FindZLIB.cmake \ -- 2.39.5