A micro-fix to the make-etcd script and a minor fix to vitastor-cli rm leaving "deleted" flag after itself when using "inverse delete".
8 lines
112 B
CMake
8 lines
112 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
project(vitastor)
|
|
|
|
set(VITASTOR_VERSION "2.4.2")
|
|
|
|
add_subdirectory(src)
|