Here's a tiny cmake fix for sigar library.

diff --git a/cmake/FindSIGAR.cmake b/cmake/FindSIGAR.cmake
index 6d55270..64e1b27 100644
--- a/cmake/FindSIGAR.cmake
+++ b/cmake/FindSIGAR.cmake
@@ -22,7 +22,10 @@ find_path(SIGAR_INCLUDE_DIR sigar.h
 set(SIGAR_NAMES sigar-x86-linux
                 sigar-x86_64-linux
                 sigar-amd64-linux
+                sigar-universal64-macosx
                 sigar-universal-macosx)
+
+
 find_library(SIGAR_LIBRARY
   NAMES ${SIGAR_NAMES}
   PATHS /usr/lib /usr/local/lib /opt/local/lib


Mateusz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to