summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2011-12-05 15:05:40 +0200
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2011-12-05 15:05:40 +0200
commit8f73894014f1c6524e488aa64b78c1dbdf0c8766 (patch)
tree9bc8379d5222d07e4c226ad6300f6b9fd02080c4 /cmake
parentc55e67f00431cc2ce54c1f3636cb5d7dae9dec9f (diff)
Don't use pkg-config variables directly in FindGObject.cmake.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindGObject.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/modules/FindGObject.cmake b/cmake/modules/FindGObject.cmake
index 1a1e657..12a8af0 100644
--- a/cmake/modules/FindGObject.cmake
+++ b/cmake/modules/FindGObject.cmake
@@ -55,11 +55,7 @@ FIND_LIBRARY(_GLibs NAMES glib-2.0
${PKG_GOBJECT2_LIBDIR}
)
-IF (WIN32)
SET (GOBJECT_LIBRARIES ${_GObjectLibs} ${_GModuleLibs} ${_GThreadLibs} ${_GLibs})
-ELSE (WIN32)
-SET (GOBJECT_LIBRARIES ${PKG_GOBJECT2_LIBRARIES})
-ENDIF (WIN32)
MARK_AS_ADVANCED(GOBJECT_INCLUDE_DIR GOBJECT_LIBRARIES)