summaryrefslogtreecommitdiff
path: root/cmake/modules/FindGIO.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindGIO.cmake')
-rw-r--r--cmake/modules/FindGIO.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGIO.cmake b/cmake/modules/FindGIO.cmake
index 3f5e6d32..e290f0a4 100644
--- a/cmake/modules/FindGIO.cmake
+++ b/cmake/modules/FindGIO.cmake
@@ -14,7 +14,7 @@
if(GIO_INCLUDE_DIR AND GIO_LIBRARIES)
# Already in cache, be silent
set(GIO_FIND_QUIETLY TRUE)
-endif(GIO_INCLUDE_DIR AND GIO_LIBRARIES)
+endif()
include(UsePkgConfig)
pkg_check_modules(PC_LibGIO gio-2.0)