Commit 50791b79 authored by Chad Austin's avatar Chad Austin Committed by Facebook GitHub Bot

upgrade cpptoml to a patched upstream

Summary:
cpptoml is unsupported and is missing an #include. Switch to a patched
fork so we build on recent gcc, including Fedora 35.

Reviewed By: xavierd

Differential Revision: D33855455

fbshipit-source-id: 48675a116fc1f53246c6bf206f1deee32bd7d6c3
parent 0c9a8d53
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
name = cpptoml name = cpptoml
[download] [download]
url = https://github.com/skystrife/cpptoml/archive/v0.1.1.tar.gz url = https://github.com/chadaustin/cpptoml/archive/refs/tags/v0.1.2.tar.gz
sha256 = 23af72468cfd4040984d46a0dd2a609538579c78ddc429d6b8fd7a10a6e24403 sha256 = beda37e94f9746874436c8090c045fd80ae6f8a51f7c668c932a2b110a4fc277
[build] [build]
builder = cmake builder = cmake
subdir = cpptoml-0.1.1 subdir = cpptoml-0.1.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment