diff options
Diffstat (limited to 'comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake')
-rw-r--r-- | comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake b/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake new file mode 100644 index 000000000000..4aa86fa98dcc --- /dev/null +++ b/comms/gnuradio/files/patch-cmake_Modules_GrBoost.cmake @@ -0,0 +1,11 @@ +--- cmake/Modules/GrBoost.cmake.orig 2014-03-06 20:24:23.000000000 -0500 ++++ cmake/Modules/GrBoost.cmake 2014-03-06 20:25:07.000000000 -0500 +@@ -53,6 +53,8 @@ + 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 |