updated build system
Some checks reported errors
BlockStorage/repertory/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2024-08-31 08:54:25 -05:00
parent 72a0b653ba
commit 5eaf9eefb7
13 changed files with 39 additions and 39 deletions

View File

@ -23,7 +23,7 @@
#if defined(PROJECT_ENABLE_LIBSODIUM)
namespace fifthgrid {
namespace repertory {
static constexpr const std::string_view token{"moose"};
static constexpr const std::wstring_view token_w{L"moose"};
@ -278,6 +278,6 @@ TEST(utils_encryption, decrypt_file_path) {
}
}
#endif // defined(PROJECT_ENABLE_BOOST)
} // namespace fifthgrid
} // namespace repertory
#endif // defined(PROJECT_ENABLE_LIBSODIUM)