summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-11-14 11:48:49 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2018-11-14 11:48:49 -0800
commit61e8e59b1cc27d555f8381809c2e313a79c83ddc (patch)
treebbbfa40d2e1e6aad29fa603512828307e08ea595 /examples
parent223431aaa5a95d48a6aff20134ed4e2481de3cf3 (diff)
cmake: Require boost 1.50.0 for examples. (#2710)
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback