Commits

Gregorio Litenstein authored and Ken committed 7f46df47ef6
nlohmann-json: Update to 3.5.0

- Remove unneeded `cmake.generator` line. - Added dependency on gmake because else it would fail in trace mode. - Removed obsolete patches.
No tags

devel/nlohmann-json/files/patch-benchmarks-thirdparty-benchmark-cmake-HandleGTest.cmake.diff

Deleted
1 ---- benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake.orig
2 -+++ benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake
3 -@@ -7,7 +7,7 @@
4 - include(ExternalProject)
5 - set(GTEST_FLAGS "")
6 - if (BENCHMARK_USE_LIBCXX)
7 -- if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
8 -+ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
9 - list(APPEND GTEST_FLAGS -stdlib=libc++)
10 - else()
11 - message(WARNING "Unsupported compiler (${CMAKE_CXX_COMPILER}) when using libc++")

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut