From 61e8e59b1cc27d555f8381809c2e313a79c83ddc Mon Sep 17 00:00:00 2001 From: Mathias Preiner Date: Wed, 14 Nov 2018 11:48:49 -0800 Subject: cmake: Require boost 1.50.0 for examples. (#2710) --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 68eb06074..8cf2208ea 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -4,7 +4,7 @@ include_directories(${CMAKE_BINARY_DIR}/src) # Some of the examples require boost. Enable these examples if boost is # installed. -find_package(Boost) +find_package(Boost 1.50.0) set(EXAMPLES_BIN_DIR ${CMAKE_BINARY_DIR}/bin/examples) -- cgit v1.2.3