Hello list,
Here's a tiny patch for boost 1_37 . The xgcc part is important when compiling
boost by hand using bjam on OS X .
Mateusz
diff --git a/cmake/FindBoost.cmake b/cmake/FindBoost.cmake
index 44735d9..71f1b11 100644
--- a/cmake/FindBoost.cmake
+++ b/cmake/FindBoost.cmake
@@ -54,6 +54,7 @@ endif ()
# Add in some path suffixes. These will have to be updated whenever a new
# Boost version comes out.
set(SUFFIX_FOR_PATH
+ boost-1_37
boost-1_36_1
boost-1_36_0
boost-1_35_1
@@ -103,6 +104,7 @@ macro(FIND_BOOST_LIBRARY lib libname libroot)
"boost_${libname}-gcc42-mt"
"boost_${libname}-gcc41-mt"
"boost_${libname}-gcc34-mt"
+ "boost_${libname}-xgcc40-mt"
)
if (NOT "${ARGN}" STREQUAL "MT_ONLY")
set(${lib}_NAMES ${${lib}_NAMES} "boost_${libname}")
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---