Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-04-14 19:43:12 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-04-15 13:30:09 +0300
commit917e4fcbdf1a147be8cc89f520b51cb78cc505e2 (patch)
tree483283e3bf7dbbaeb4f86f81453d95011fb0781a /plugins/rdp/CMakeLists.txt
parent7660734a553373c11c991e0da3cb3ce6e68fcaed (diff)
cmake: remove useless WITH_EXAMPLES define for rdp plugin
Diffstat (limited to 'plugins/rdp/CMakeLists.txt')
-rw-r--r--plugins/rdp/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/rdp/CMakeLists.txt b/plugins/rdp/CMakeLists.txt
index 2b41888a4..3599a2821 100644
--- a/plugins/rdp/CMakeLists.txt
+++ b/plugins/rdp/CMakeLists.txt
@@ -58,11 +58,6 @@ add_definitions(-DFREERDP_REQUIRED_MAJOR=${FREERDP_REQUIRED_MAJOR})
add_definitions(-DFREERDP_REQUIRED_MINOR=${FREERDP_REQUIRED_MINOR})
add_definitions(-DFREERDP_REQUIRED_REVISION=${FREERDP_REQUIRED_REVISION})
-if(WITH_EXAMPLES)
- message(STATUS "Enabling examples and test plugins.")
- add_definitions(-DWITH_EXAMPLES)
-endif()
-
option(WITH_GFX_H264 "Enable support for H264 modes in GFX" ON)
if (WITH_GFX_H264)
add_definitions(-DWITH_GFX_H264)