]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/modules/FindMyThesLIB.cmake
Update translation of Listings by Jari-Matti Mäkelä
[lyx.git] / development / cmake / modules / FindMyThesLIB.cmake
index 680c7f8a12177a69bb7e47b647af93d16cc2019f..dca24502a40e3f5c32057d2c581afdf16cb846f1 100644 (file)
@@ -15,7 +15,7 @@ find_path(MYTHESLIB_INCLUDE_DIR ${MYTHES_H}
  /usr/include
  /usr/local/include)
 
-set(POTENTIAL_MYTHES_LIBS mythes)
+set(POTENTIAL_MYTHES_LIBS mythes-1.2)
 
 find_library(MYTHESLIB_LIBRARY NAMES ${POTENTIAL_MYTHES_LIBS}
        PATHS ${SYSTEM_LIB_DIRS} )