Amend last change 7d66e37eb2 to rename the MYTHESLIB cmake lookup

This commit is contained in:
Stephan Witt 2020-08-04 12:00:14 +02:00
parent 7d66e37eb2
commit 06fa1ef332
2 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ set(Include_used_spellchecker) # String will be inserted into config.h
if (LYX_EXTERNAL_MYTHES MATCHES "AUTO") if (LYX_EXTERNAL_MYTHES MATCHES "AUTO")
# try system library first # try system library first
find_package(MyThesLIB) find_package(MYTHESLIB)
if (MYTHESLIB_FOUND) if (MYTHESLIB_FOUND)
set(LYX_EXTERNAL_MYTHES ON CACHE STRING "OFF:= Build 3rdparty mytheslib" FORCE) set(LYX_EXTERNAL_MYTHES ON CACHE STRING "OFF:= Build 3rdparty mytheslib" FORCE)
else() else()

View File

@ -168,7 +168,7 @@ cmake/modules/FindHUNSPELL.cmake \
cmake/modules/FindICONV.cmake \ cmake/modules/FindICONV.cmake \
cmake/modules/FindLyXGettext.cmake \ cmake/modules/FindLyXGettext.cmake \
cmake/modules/FindMagic.cmake \ cmake/modules/FindMagic.cmake \
cmake/modules/FindMyThesLIB.cmake \ cmake/modules/FindMYTHESLIB.cmake \
cmake/modules/FindOpenSSL.cmake \ cmake/modules/FindOpenSSL.cmake \
cmake/modules/FindQt4.cmake \ cmake/modules/FindQt4.cmake \
cmake/modules/FindZLIB.cmake \ cmake/modules/FindZLIB.cmake \