blob: 71642d01cf763cc95ec63d14af0953861652a1e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|