Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Krfb
Commits
6bec921e
Commit
6bec921e
authored
Dec 29, 2021
by
Nicolas Fella
Browse files
Remove dead CMake code
parent
b13a8e96
Pipeline
#115694
passed with stage
in 46 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6bec921e
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment