Files
tromcho.net/CMakeLists.txt
T
Vitaliy Filippov 27e9f244ec Release 1.4.3
Hotfix for hotfix O:-)

- "Write stall fix" was incomplete and EC write stalls could
  continue even on 1.4.2. Now they're finally fixed O:-)
- Make monitor ignore statistics of stopped OSDs. Previously if you stopped all
  OSDs the last total I/O numbers would remain the same indefinitely
2024-02-09 00:29:31 +03:00

8 lines
103 B
CMake

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