]> git.lyx.org Git - lyx.git/commitdiff
Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup...
authorStephan Witt <switt@lyx.org>
Tue, 4 Aug 2020 10:12:07 +0000 (12:12 +0200)
committerStephan Witt <switt@lyx.org>
Tue, 4 Aug 2020 10:12:07 +0000 (12:12 +0200)
CMakeLists.txt

index 87ce6c42f0d0460db11512c12b379622ad904ac0..1523397c9d468b305927cd88aadd05ef8e1c422f 100644 (file)
@@ -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()