Revert spdlog version v1.9.2 as v1.10.0 seems to have issues with fmt.

This commit is contained in:
apoorv569 2022-09-16 16:33:47 +05:30
parent 9a3ac45800
commit c2256d8d2e
3 changed files with 9 additions and 10 deletions

View File

@ -266,7 +266,7 @@ endif
snd_subproject = cmake.subproject('libsndfile', options: snd_opts) snd_subproject = cmake.subproject('libsndfile', options: snd_opts)
snd = snd_subproject.dependency('sndfile') snd = snd_subproject.dependency('sndfile')
spdlog = dependency('spdlog', version: '>=1.10.0', required: false) spdlog = dependency('spdlog', version: '>=1.9.2', required: false)
if not spdlog.found() if not spdlog.found()
spdlog_subproject = subproject('spdlog', spdlog_subproject = subproject('spdlog',

View File

@ -24,7 +24,7 @@
#include <SampleHiveConfig.hpp> #include <SampleHiveConfig.hpp>
#ifndef SH_BUILD_DEBUG #ifdef SH_BUILD_DEBUG
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
#else #else
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_OFF #define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_OFF

View File

@ -1,12 +1,11 @@
[wrap-file] [wrap-file]
directory = spdlog-1.10.0 directory = spdlog-1.9.2
source_url = https://github.com/gabime/spdlog/archive/v1.10.0.tar.gz source_url = https://github.com/gabime/spdlog/archive/v1.9.2.tar.gz
source_filename = v1.10.0.tar.gz source_filename = v1.9.2.tar.gz
source_hash = 697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224 source_hash = 6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38
patch_filename = spdlog_1.10.0-3_patch.zip patch_filename = spdlog_1.9.2-1_patch.zip
patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.10.0-3/get_patch patch_url = https://wrapdb.mesonbuild.com/v2/spdlog_1.9.2-1/get_patch
patch_hash = 5bb07b4af1e971817d4b886efbe077aaf6c36d72d3d7e461bbcf6631f3725704 patch_hash = 77182bd65366818ef61fd5bd1745fedd4a6d4aeefc03f34a1ddb05ef9c944c95
wrapdb_version = 1.10.0-3
[provide] [provide]
spdlog = spdlog_dep spdlog = spdlog_dep