Patch nlohmann json to avoid a compiler bug in nvcc 11.0

Fixes #18
This commit is contained in:
Robert Maynard
2021-07-08 16:52:52 -04:00
parent e84e13ed51
commit 237363784a
2 changed files with 8802 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ CPMAddPackage(
VERSION 3.9.1
URL https://github.com/nlohmann/json/releases/download/v3.9.1/include.zip
URL_HASH SHA256=6bea5877b1541d353bd77bdfbdb2696333ae5ed8f9e8cc22df657192218cad91
PATCH_COMMAND
${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/cmake/patches/nlohmann_json.hpp" "./include/nlohmann/json.hpp"
)
# Development branch:

File diff suppressed because it is too large Load Diff