From c37d72957a8b90ca301c2b342190b295a4aa607f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 2 Feb 2009 17:16:02 +0000 Subject: [PATCH] Added /lib64 to search paths. --- CMakeModules/FindOSG.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeModules/FindOSG.cmake b/CMakeModules/FindOSG.cmake index a87745ce3..4760fd932 100644 --- a/CMakeModules/FindOSG.cmake +++ b/CMakeModules/FindOSG.cmake @@ -43,7 +43,9 @@ MACRO(FIND_OSG_LIBRARY MYLIBRARY MYLIBRARYNAME) ~/Library/Frameworks /Library/Frameworks /usr/local/lib + /usr/local/lib64 /usr/lib + /usr/lib64 /sw/lib /opt/local/lib /opt/csw/lib @@ -72,7 +74,9 @@ MACRO(FIND_OSG_LIBRARY MYLIBRARY MYLIBRARYNAME) ~/Library/Frameworks /Library/Frameworks /usr/local/lib + /usr/local/lib64 /usr/lib + /usr/lib64 /sw/lib /opt/local/lib /opt/csw/lib