From d7ca1e323ab6cbfa12cf7a10e978231a14ff1ccf Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Fri, 24 Jan 2014 10:18:24 -0500 Subject: [PATCH] disable boost internal cmake use, as it clashes with ost cmake setup --- cmake_support/OST.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_support/OST.cmake b/cmake_support/OST.cmake index d4ec3e8cc..7f801e25c 100644 --- a/cmake_support/OST.cmake +++ b/cmake_support/OST.cmake @@ -901,6 +901,7 @@ endmacro() set(_BOOST_MIN_VERSION 1.31) macro(setup_boost) + set (Boost_NO_BOOST_CMAKE TRUE) find_package(Boost ${_BOOST_MIN_VERSION} COMPONENTS python REQUIRED) set(BOOST_PYTHON_LIBRARIES ${Boost_LIBRARIES}) set(Boost_LIBRARIES) -- GitLab