]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/CMakeLists.txt
Amend 3093789e for cmake build
[lyx.git] / src / support / tests / CMakeLists.txt
index e5ef4fa6a8f8ef65e13e57c7f0c26062f7ec80ba..9ba00b028ad98d747e20f21496f0592e977a094e 100644 (file)
@@ -14,7 +14,7 @@ macro(sources _program)
        set(${_program}_SOURCES ${_tmplist})
        add_executable(${_program} ${_tmplist})
        target_link_libraries(${_program} support
-               ${Lyx_Boost_Libraries} ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
+               ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY}
                ${ZLIB_LIBRARY} ${ICONV_LIBRARY})
        lyx_target_link_libraries(${_program} Magic)
        if(CYGWIN)
@@ -39,7 +39,7 @@ file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/regfiles")
 
 set(_depends)
 foreach(_src ${check_PROGRAMS})
-       sources(${_src} ${_src}.cpp dummy_functions.cpp boost.cpp)
+       sources(${_src} ${_src}.cpp dummy_functions.cpp)
        string(REPLACE "check_" "" _srcx ${_src})
        set(src_data_file "${TOP_SRC_DIR}/src/support/tests/regfiles/${_srcx}")
        if (MSVC AND EXISTS "${src_data_file}.MSVC")