From: Stephan Witt Date: Tue, 4 Aug 2020 10:00:14 +0000 (+0200) Subject: Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup X-Git-Tag: lyx-2.4.0dev-acb2ca7b~454 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=06fa1ef332;p=lyx.git Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup --- 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 \