diff options
author | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:07:29 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:07:29 +0100 |
commit | b4cd8a8a5afd28d55d6ea2d795819098490c944e (patch) | |
tree | fb7a173cdcc3e3c626e9388128bd7e394d4cfec8 /storage/oqgraph | |
parent | f78078a840bc99c0225b10523e20d311a3b8187d (diff) | |
download | mariadb-git-b4cd8a8a5afd28d55d6ea2d795819098490c944e.tar.gz |
MDEV-7224 OQGraph compile error
copy the workaround from 5.5
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/CMakeLists.txt b/storage/oqgraph/CMakeLists.txt index 151082469a9..1a59ae0f0dc 100644 --- a/storage/oqgraph/CMakeLists.txt +++ b/storage/oqgraph/CMakeLists.txt @@ -1,7 +1,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") MESSAGE(STATUS "Configuring OQGraph") -FIND_PACKAGE(Boost) +FIND_PACKAGE(Boost 1.40.0) IF(NOT Boost_FOUND) MESSAGE(STATUS "Boost not found. OQGraph will not be compiled") RETURN() |