]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
Add support for the URW Classico (Optima) LaTeX font
[lyx.git] / src / CMakeLists.txt
index 5862136f017521e36c8bd68b13f6eab9e7a13300..b5a9a29fa675c3e7e025d40ebb33f293b2743606 100644 (file)
@@ -126,12 +126,11 @@ target_link_libraries(${_lyx}
        frontend_qt4
        graphics
        support
-       ${LIBINTL_LIBRARIES}
+       ${intl_link}
        ${ICONV_LIBRARY}
        ${QT_QTMAIN_LIBRARY}
        ${vld_dll})
 
-
 if(HUNSPELL_FOUND)
        target_link_libraries(${_lyx} ${HUNSPELL_LIBRARY})
 endif()