This website requires JavaScript.
Explore
Help
Sign In
vitalif
/
vitastor
Watch
5
Star
4
Fork
You've already forked vitastor
7
Code
Issues
1
Pull Requests
2
Actions
Releases
53
Wiki
Activity
b4b6407716
vitastor
/
CMakeLists.txt
8 lines
100 B
CMake
Raw
Normal View
History
Unescape
Escape
Use CMake
2021-02-18 02:07:34 +03:00
cmake_minimum_required
(
VERSION
2.8
)
project
(
vitastor
)
Release 0.8.5 - Fix a possible "double free" bug in the client library happening on OSD restart - Fix a possible write hang on PG history update when only epoch is changed - Fix incorrect systemd target "local.target" in mon/make-etcd - Allow "content" option in PVE storage plugin to allow to enable containers - Build client library without tcmalloc which fixes "attempt to free invalid pointer" errors when, for example, trying to run QEMU with both Vitastor and Ceph RBD disks
2023-01-25 01:35:45 +03:00
set
(
VERSION
"0.8.5"
)
Add SOVERSION
2021-04-20 01:01:32 +03:00
Move C/C++ sources to src subdirectory
2021-02-18 02:14:09 +03:00
add_subdirectory
(
src
)