Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov ba55f91409 Release 1.4.1
- Fix a monitor crash on primary OSD switching introduced in 1.4.0
- Fix "partly outside array bounds" warnings for GCC 12 in cpp-btree
- Fix a realloc memory leak in theory possible with too large listings (OSD_OP_LIST)
2024-01-18 02:31:42 +03:00

8 lines
103 B
CMake

cmake_minimum_required(VERSION 2.8.12)
project(vitastor)
set(VERSION "1.4.1")
add_subdirectory(src)