]> git.lyx.org Git - lyx.git/commitdiff
Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup
authorStephan Witt <switt@lyx.org>
Tue, 4 Aug 2020 10:00:14 +0000 (12:00 +0200)
committerStephan Witt <switt@lyx.org>
Tue, 4 Aug 2020 10:00:14 +0000 (12:00 +0200)
CMakeLists.txt
development/Makefile.am

index 5f62452c72a2ea674c8cbc90d711a505fe19dc06..87ce6c42f0d0460db11512c12b379622ad904ac0 100644 (file)
@@ -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()
index fc9aa9047f9d43805981e8e1a7d4c13b796b694a..9cc10c255335dcc33ec6541282480278c9fb2ab1 100644 (file)
@@ -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 \