From: Stephan Witt Date: Tue, 4 Aug 2020 10:12:07 +0000 (+0200) Subject: Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup... X-Git-Tag: lyx-2.4.0dev-acb2ca7b~453 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=inline;h=7923ac5804e7ab66fc85ab7f105758ad182978fa;p=lyx.git Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup again --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 87ce6c42f0..1523397c9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -831,7 +831,7 @@ if (LYX_EXTERNAL_MYTHES MATCHES "AUTO") endif() endif() if (LYX_EXTERNAL_MYTHES MATCHES "ON") - find_package(MyThesLIB REQUIRED) + find_package(MYTHESLIB REQUIRED) else() add_subdirectory(3rdparty/mythes) endif()