Fixed version extraction in CMake

This commit is contained in:
gabime
2019-06-10 19:53:39 +03:00
parent c56ee8ec03
commit 8d3d06b7a0
2 changed files with 11 additions and 3 deletions

View File

@@ -7,4 +7,5 @@
#define SPDLOG_VER_MINOR 4
#define SPDLOG_VER_PATCH 0
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)