From 1f8e611c0388068af5904d8e63e9662c911a9ab8 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 19 Apr 2009 17:30:19 +0000 Subject: [PATCH] MYTHES_LIBS not set git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29341 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/src/CMakeLists.txt b/development/cmake/src/CMakeLists.txt index 824ceaa1ef..4587f5e344 100644 --- a/development/cmake/src/CMakeLists.txt +++ b/development/cmake/src/CMakeLists.txt @@ -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() -- 2.39.2