aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindGLIB2.cmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-04-19 21:48:53 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-20 10:46:06 +0000
commit2b65e9e74bd6156e0ffcb688c58412e9ddf72294 (patch)
tree3b7d52203d0c72b49ac14fab558e013bfae00a10 /cmake/modules/FindGLIB2.cmake
parentd7583cb713d8d01024174d76891ce61685f00cf7 (diff)
Windows: upgrade GLib to 2.52.2
Change-Id: If54ec9f8c62d95697a5703ea24cf3ad7c2d6112c Reviewed-on: https://code.wireshark.org/review/27048 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'cmake/modules/FindGLIB2.cmake')
-rw-r--r--cmake/modules/FindGLIB2.cmake7
1 files changed, 1 insertions, 6 deletions
diff --git a/cmake/modules/FindGLIB2.cmake b/cmake/modules/FindGLIB2.cmake
index c6324fc240..a86ff01466 100644
--- a/cmake/modules/FindGLIB2.cmake
+++ b/cmake/modules/FindGLIB2.cmake
@@ -20,12 +20,7 @@ if( GLIB2_MAIN_INCLUDE_DIR AND GLIB2_LIBRARIES )
endif()
include( FindWSWinLibs )
-
-if( ENABLE_GTK3 )
- FindWSWinLibs( "gtk3" "GLIB2_HINTS" )
-else()
- FindWSWinLibs( "gtk2" "GLIB2_HINTS" )
-endif()
+FindWSWinLibs( "glib2-*" "GLIB2_HINTS" )
if (NOT WIN32)
find_package(PkgConfig)