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
path: root/cmake
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-12 18:13:06 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-12 18:13:06 +0300
commit044a38c9920d5f09d83a0499680436361cf87ac5 (patch)
treec21e988bb20e580b2ea7e38b4e11feb020491220 /cmake
parent0ab8dd852e71adb74e82e815c33181ecca06b343 (diff)
Switching to resources for UI elements
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindGLib.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmake/FindGLib.cmake b/cmake/FindGLib.cmake
index 050b9eb79..fec8e64a8 100644
--- a/cmake/FindGLib.cmake
+++ b/cmake/FindGLib.cmake
@@ -79,12 +79,13 @@ if(GLib_LIBRARY AND NOT GLib_FOUND)
unset(GLib_MINOR_VERSION)
unset(GLib_MICRO_VERSION)
- list(APPEND GLib_INCLUDE_DIRS ${GMODULE_INCLUDE_DIR} ${GLib_CONFIG_INCLUDE_DIR})
+ #list(APPEND GLib_INCLUDE_DIRS ${GMODULE_INCLUDE_DIR} ${GLib_CONFIG_INCLUDE_DIR})
+ list(APPEND GLib_INCLUDE_DIRS ${GLib_CONFIG_INCLUDE_DIR})
set_property(TARGET ${GLib} PROPERTY INTERFACE_INCLUDE_DIRECTORIES "${GLib_INCLUDE_DIRS}")
endif()
endif()
-list (APPEND GLib_LIBRARY ${GMODULE_LIBRARY})
+##list (APPEND GLib_LIBRARY ${GMODULE_LIBRARY})
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(GLib