aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindGLIB2.cmake
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-18 14:37:25 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-18 14:37:25 +0000
commitadd770adc58c4e4bf456056ab5f1f6d814ddbeda (patch)
tree4207a73e68ae0c78df949ff455f14d4e80e78bb1 /cmake/modules/FindGLIB2.cmake
parent14635ff934ea2f2badb6587b68321a1f1715c1d3 (diff)
Search for includes and libs in /opt/local/ (MacPorts).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29465 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmake/modules/FindGLIB2.cmake')
-rw-r--r--cmake/modules/FindGLIB2.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/FindGLIB2.cmake b/cmake/modules/FindGLIB2.cmake
index 9869861e78..08b03c3bdd 100644
--- a/cmake/modules/FindGLIB2.cmake
+++ b/cmake/modules/FindGLIB2.cmake
@@ -34,6 +34,7 @@ else (GLIB2_LIBRARIES AND GLIB2_INCLUDE_DIRS)
/opt/lib/glib-2.0/include
/usr/lib64/glib-2.0/include
/usr/lib/glib-2.0/include
+ /opt/local/lib/glib-2.0/include
/sw/lib/glib-2.0/include
)
##