mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-10 12:04:13 +08:00
mdbx-cmake: remove warning-message.
Change-Id: Icf9e4f7a96916cf9ab04613344867217be04827a
This commit is contained in:
parent
e442395cbd
commit
9a1ef8acfb
@ -2,15 +2,6 @@ cmake_minimum_required(VERSION 2.8.7)
|
|||||||
set(TARGET mdbx)
|
set(TARGET mdbx)
|
||||||
project(${TARGET})
|
project(${TARGET})
|
||||||
|
|
||||||
message(WARNING "
|
|
||||||
***************************************************************
|
|
||||||
MDBX is under active development, database format and API
|
|
||||||
aren't stable at least until 2018Q3. New version won't be
|
|
||||||
backwards compatible. Main focus of the rework is to provide
|
|
||||||
clear and robust API and new features.
|
|
||||||
***************************************************************
|
|
||||||
")
|
|
||||||
|
|
||||||
set(MDBX_VERSION_MAJOR 0)
|
set(MDBX_VERSION_MAJOR 0)
|
||||||
set(MDBX_VERSION_MINOR 1)
|
set(MDBX_VERSION_MINOR 1)
|
||||||
set(MDBX_VERSION_RELEASE 6)
|
set(MDBX_VERSION_RELEASE 6)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user