mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
guard autotests with X11 window system check result
This commit is contained in:
parent
96dd1363a2
commit
1dcb70a12f
@ -716,7 +716,10 @@ if(LYX_INSTALL)
|
||||
endif()
|
||||
|
||||
add_subdirectory(sourcedoc "${TOP_BINARY_DIR}/sourcedoc")
|
||||
add_subdirectory(development/autotests "${TOP_BINARY_DIR}/autotests")
|
||||
if(Q_WS_X11)
|
||||
message(STATUS "Adding auto test...")
|
||||
add_subdirectory(development/autotests "${TOP_BINARY_DIR}/autotests")
|
||||
endif()
|
||||
|
||||
message(STATUS)
|
||||
message(STATUS "Build options, switch LYX_* variables by -DLYX_*=ON or OFF:")
|
||||
|
Loading…
Reference in New Issue
Block a user