aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindGLIB2.cmake
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-08-18 14:37:25 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-08-18 14:37:25 +0000
commit7ef25b683b9982375e77128a33e1aa357ed3e450 (patch)
tree4207a73e68ae0c78df949ff455f14d4e80e78bb1 /cmake/modules/FindGLIB2.cmake
parentb62e6545b9d03ea992ac8d55518b5421e7feb89f (diff)
Search for includes and libs in /opt/local/ (MacPorts).
svn path=/trunk/; revision=29465
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
)
##