From 7923ac5804e7ab66fc85ab7f105758ad182978fa Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Tue, 4 Aug 2020 12:12:07 +0200 Subject: [PATCH] Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup again --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2