fix: Fix NuDB build error via Conan patch (#5061)

* Includes updated instructions in BUILD.md.
This commit is contained in:
Ed Hennis
2024-07-29 18:14:41 -04:00
committed by GitHub
parent d54151e7c4
commit 8fc805d2e2
4 changed files with 123 additions and 0 deletions

10
external/nudb/conandata.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
sources:
"2.0.8":
url: "https://github.com/CPPAlliance/NuDB/archive/2.0.8.tar.gz"
sha256: "9b71903d8ba111cd893ab064b9a8b6ac4124ed8bd6b4f67250205bc43c7f13a8"
patches:
"2.0.8":
- patch_file: "patches/2.0.8-0001-add-include-stdexcept-for-msvc.patch"
patch_description: "Fix build for MSVC by including stdexcept"
patch_type: "portability"
patch_source: "https://github.com/cppalliance/NuDB/pull/100/files"