Amend last changes 7d66e37eb2 and 06fa1ef332 to rename the MYTHESLIB cmake lookup again

This commit is contained in:
Stephan Witt 2020-08-04 12:12:07 +02:00
parent 06fa1ef332
commit 7923ac5804

View 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()