]> git.lyx.org Git - features.git/commitdiff
Remove now unneeded checks for mythes and aiksaurus.
authorKornel Benko <kornel@lyx.org>
Sat, 9 May 2009 06:57:25 +0000 (06:57 +0000)
committerKornel Benko <kornel@lyx.org>
Sat, 9 May 2009 06:57:25 +0000 (06:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29579 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt
development/cmake/config.h.cmake
development/cmake/src/CMakeLists.txt

index b3bcc12a0e6726487704666db44ef88756ae8ca0..cdbdf219e8f44b0bc0b3f2c5dca742f051ceff06 100644 (file)
@@ -372,19 +372,7 @@ else()
        include(ConfigureChecks.cmake)
        configure_file(configCompiler.h.cmake ${CMAKE_BINARY_DIR}/configCompiler.h)
 endif()
-find_package(MyThesLIB)
-if(MYTHESLIB_FOUND)
-    # Variables in config.h will be set correctly with configure_file()
-    set(HAVE_LIBMYTHES 1)
-    set(MYTHES_H_LOCATION 1)
-else()
-  find_package(AiksaurusLIB)
-  if(AIKSAURUSLIB_FOUND)
-    # Variables in config.h will be set correctly with configure_file()
-    set(HAVE_LIBAIKSAURUS 1)
-    set(AIKSAURUS_H_LOCATION 1)
-  endif()
-endif()
+
 configure_file(config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
 
 find_package(ICONV REQUIRED)
index edb8f8d2b2a47f4ab52c4520227ca4628a4ff425..ab3e539ef33c44a6f6ee9b103b05761f1578e646 100644 (file)
 #cmakedefine USE_MACOSX_PACKAGING 1
 #cmakedefine PATH_MAX ${PATH_MAX}
 
-#cmakedefine HAVE_LIBMYTHES 1
-#cmakedefine MYTHES_H_LOCATION <${MYTHES_H}>
-
-#cmakedefine HAVE_LIBAIKSAURUS 1
-#cmakedefine AIKSAURUS_H_LOCATION <${AIKSAURUS_H}>
-
 #endif
index c494b1868b7aae29cd647c22a3f8cc5f317a0c4a..08043da04a566fc1ab035ab4208128858e77dc60 100644 (file)
@@ -83,14 +83,6 @@ if (MINGW)
   target_link_libraries(${_lyx} ole32)
 endif()
 
-if (MYTHESLIB_LIBRARY)
-    target_link_libraries(${_lyx} ${MYTHESLIB_LIBRARY})
-else()
-  if (AIKSAURUSLIB_LIBRARY)
-    target_link_libraries(${_lyx} ${AIKSAURUSLIB_LIBRARY})
-  endif()
-endif()
-
 project_source_group("${GROUP_CODE}" lyx_sources lyx_headers)
 
 install(TARGETS ${_lyx} DESTINATION bin)