CMake: Fix error from bab9abfb7d

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>
This commit is contained in:
Graham Bloice 2017-11-19 12:17:17 +00:00
parent 1b79315aac
commit d6b3fcfeab
1 changed files with 0 additions and 1 deletions

View File

@ -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} )