summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-23 18:08:16 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-23 18:08:16 +0000
commiteead6ee71720bf2848bec0de50ff32a5cfa3269d (patch)
treeaf46cb84a6f5c7078814bcbd182aa2a9bf62b5cc /cmake/modules
parent1ed5d79a5ad17dca33a2fdc9499e779aefb962df (diff)
downloadwireshark-eead6ee71720bf2848bec0de50ff32a5cfa3269d.tar.gz
Removed setting GLIB2_LIBRARIES to GLIB_LIBRARY, to improve build on OSX.
svn path=/trunk/; revision=30099
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindGLIB2.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/modules/FindGLIB2.cmake b/cmake/modules/FindGLIB2.cmake
index 08b03c3bdd..e8069d7483 100644
--- a/cmake/modules/FindGLIB2.cmake
+++ b/cmake/modules/FindGLIB2.cmake
@@ -173,9 +173,6 @@ else (GLIB2_LIBRARIES AND GLIB2_INCLUDE_DIRS)
${GLIB_INCLUDE_DIR}
${GLIBCONFIG_INCLUDE_DIR}
)
- set(GLIB2_LIBRARIES
- ${GLIB_LIBRARY}
- )
if (GMODULE2_FOUND)
set(GLIB2_LIBRARIES ${GLIB2_LIBRARIES} ${GMODULE2_LIBRARY})