]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/modules/FindMyThesLIB.cmake
listerrors.lyx : Update a link.
[lyx.git] / development / cmake / modules / FindMyThesLIB.cmake
index 42d63a0904811c39f68761d4f6b13876f35b64fb..680c7f8a12177a69bb7e47b647af93d16cc2019f 100644 (file)
@@ -18,8 +18,7 @@ find_path(MYTHESLIB_INCLUDE_DIR ${MYTHES_H}
 set(POTENTIAL_MYTHES_LIBS mythes)
 
 find_library(MYTHESLIB_LIBRARY NAMES ${POTENTIAL_MYTHES_LIBS}
-       PATHS
-       /usr/lib /usr/local/lib)
+       PATHS ${SYSTEM_LIB_DIRS} )
 
 # handle the QUIETLY and REQUIRED arguments and set MYTHESLIB_FOUND to TRUE if
 # all listed variables are TRUE