The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 471fdcd9d054f0af98ca1a6a6d0616f2e38b1311 Author: Stephan Witt <sw...@lyx.org> Date: Fri Dec 14 16:25:57 2012 +0100 revert change 1dcb70a diff --git a/CMakeLists.txt b/CMakeLists.txt index de0b395..8ffa114 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:") ----------------------------------------------------------------------- Summary of changes: CMakeLists.txt | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) hooks/post-receive -- The LyX Source Repository