[LyX/master] Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup

Stephan Witt switt at lyx.org
Tue Aug 4 09:34:58 UTC 2020


commit 06fa1ef3322996e6718ddc7b16646d1e0e6f7982
Author: Stephan Witt <switt at lyx.org>
Date:   Tue Aug 4 12:00:14 2020 +0200

    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 5f62452..87ce6c4 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 fc9aa90..9cc10c2 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 \


More information about the lyx-cvs mailing list