updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2024-08-03 00:04:04 -05:00
parent 36e7d06b39
commit 490e49406f

View File

@ -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) {