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:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-12 14:17:09 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-12 14:17:09 +0300
commit0ab8dd852e71adb74e82e815c33181ecca06b343 (patch)
tree6a6b4fbdbd234a16366cdd5cc22e5326f0e4b3de /src/CMakeLists.txt
parent6b7b269300e51418be6b346f9043475e9f5b6a1b (diff)
CMake refactoring
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0cdba7659..294a8edbe 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -161,7 +161,7 @@ endif()
message(DEBUG "Source list set to: " ${REMMINA_SRCS})
add_executable(remmina ${REMMINA_SRCS})
-include_directories(${GTK_INCLUDE_DIRS} ${gio_INCLUDE_DIRS} ${gio-unix_INCLUDE_DIRS})
+#include_directories(${GTK_INCLUDE_DIRS} ${gio_INCLUDE_DIRS} ${gio-unix_INCLUDE_DIRS})
target_link_libraries(remmina ${GTK_LIBRARIES})
if(WITH_PYTHONLIBS)