From 6bec921ec0b4f4c73b7d96b4ec2d61c9a5f6a760 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 29 Dec 2021 01:44:42 +0100 Subject: [PATCH] Remove dead CMake code --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99341578..364b4010 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,12 +124,6 @@ include_directories ("${CMAKE_CURRENT_BINARY_DIR}/krfb" "${CMAKE_CURRENT_SOURCE_DIR}/krfb/ui" ) -if(Q_WS_X11) - if(NOT X11_XTest_FOUND) - message(FATAL_ERROR "krfb requires the libXtst (https://xorg.freedesktop.org) to be built") - endif(NOT X11_XTest_FOUND) -endif(Q_WS_X11) - add_subdirectory(events) add_subdirectory(krfb) add_subdirectory(framebuffers)