diff --git a/CMakeLists.txt b/CMakeLists.txt index de0b395cb2..8ffa114d48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -718,10 +718,7 @@ if(LYX_INSTALL) endif() add_subdirectory(sourcedoc "${TOP_BINARY_DIR}/sourcedoc") -if(Q_WS_X11) - message(STATUS "Adding auto test...") - add_subdirectory(development/autotests "${TOP_BINARY_DIR}/autotests") -endif() +add_subdirectory(development/autotests "${TOP_BINARY_DIR}/autotests") message(STATUS) message(STATUS "Build options, switch LYX_* variables by -DLYX_*=ON or OFF:")