summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/CMakeLists.txt')
-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