updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
36e7d06b39
commit
490e49406f
2
support/3rd_party/src/utils/file.cpp
vendored
2
support/3rd_party/src/utils/file.cpp
vendored
@ -325,7 +325,7 @@ auto write_json_file(std::string_view path,
|
||||
return file.write(utils::encryption::encrypt_data(data.dump(), *password),
|
||||
0U);
|
||||
}
|
||||
#endif // defined(PROJECT_ENABLE_LIBSODIUM)
|
||||
#endif // defined(PROJECT_ENABLE_LIBSODIUM) && defined(PROJECT_ENABLE_BOOST)
|
||||
|
||||
return file.write(data, 0U);
|
||||
} catch (const std::exception &e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user