aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindGLIB2.cmake
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2017-11-19 12:17:17 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2017-11-19 12:20:29 +0000
commitd6b3fcfeabdec2fee8804e2e7a779606dba432bd (patch)
treef97d2cd0520ced35ee64c8bd4dda40b60660dc51 /cmake/modules/FindGLIB2.cmake
parent1b79315aac6f42aaff8b286792af0b53a1b61a5a (diff)
CMake: Fix error from bab9abfb7d259e1daaf84776ed9d4d09e2469293
Fix a cut and paste error Change-Id: I28fa3644d5b7969c8009f5722f270c8fa566dd34 Reviewed-on: https://code.wireshark.org/review/24491 Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Diffstat (limited to 'cmake/modules/FindGLIB2.cmake')
-rw-r--r--cmake/modules/FindGLIB2.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/FindGLIB2.cmake b/cmake/modules/FindGLIB2.cmake
index bb8e625a73..4d0a2cfcd1 100644
--- a/cmake/modules/FindGLIB2.cmake
+++ b/cmake/modules/FindGLIB2.cmake
@@ -29,7 +29,6 @@ endif()
if (NOT WIN32)
find_package(PkgConfig)
- pkg_search_module(GEOIP geoip)
if( GLIB2_MIN_VERSION )
pkg_search_module( GLIB2 glib-2.0>=${GLIB2_MIN_VERSION} )