]> git.lyx.org Git - features.git/commitdiff
MYTHES_LIBS not set
authorKornel Benko <kornel@lyx.org>
Sun, 19 Apr 2009 17:30:19 +0000 (17:30 +0000)
committerKornel Benko <kornel@lyx.org>
Sun, 19 Apr 2009 17:30:19 +0000 (17:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29341 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/CMakeLists.txt

index 824ceaa1efc7b2ae31912a98b7ba3e43c3995a35..4587f5e34495a0fa1909566124a69fab691cd843 100644 (file)
@@ -83,7 +83,7 @@ if (MINGW)
   target_link_libraries(${_lyx} ole32)
 endif()
 
-if (MYTHES_LIBS)
+if (MYTHESLIB_LIBRARY)
     target_link_libraries(${_lyx} ${MYTHESLIB_LIBRARY})
 endif()