mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Amend last change 7d66e37eb2
to rename the MYTHESLIB cmake lookup
This commit is contained in:
parent
7d66e37eb2
commit
06fa1ef332
@ -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()
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user