blob: dd57f811f635904668bdd1ccf709de00a45c9ef4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmake/Modules/GrBoost.cmake.orig 2015-04-13 14:32:43 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
|