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:
Diffstat (limited to 'cmake/FindGLib.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