freebsd-ports/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake
Diane Bruce 618e88079c - Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now
2015-07-26 23:00:18 +00:00

11 lines
444 B
CMake

--- cmake/Modules/GrBoost.cmake.orig 2015-05-12 09:39:44 UTC
+++ cmake/Modules/GrBoost.cmake
@@ -53,6 +53,8 @@ if(MSVC)
endif(MSVC)
find_package(Boost "1.35" COMPONENTS ${BOOST_REQUIRED_COMPONENTS})
+message(status "Boost_FOUND = ${Boost_FOUND})
+message(status "Boost_LIBRARIES = ${Boost_LIBRARIES})
# This does not allow us to disable specific versions. It is used
# internally by cmake to know the formation newer versions. As newer