mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 02:05:31 +02:00
Merge branch '10.0' into merge-wip
This commit is contained in:
commit
4b21cd21fe
380 changed files with 11406 additions and 2611 deletions
|
|
@ -2,7 +2,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
|||
|
||||
FUNCTION(CHECK_OQGRAPH)
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue