We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e1487 commit 04ae1beCopy full SHA for 04ae1be
include/picongpu/CMakeLists.txt
@@ -599,6 +599,10 @@ foreach(target picongpu picongpu-hostonly)
599
# Workaround for this bug https://github.com/nlohmann/json/issues/3907
600
# We don't need ranges in <nlohmann/json.hpp>
601
target_compile_definitions(${target} PRIVATE JSON_HAS_RANGES=0)
602
+
603
+ # Automatic detection of std::source_location availability fails
604
+ # on Clang 12 through 14
605
+ target_compile_definitions(${target} PRIVATE TOML11_DISABLE_SOURCE_LOCATION)
606
endforeach()
607
608
## annotate with RPATH's
0 commit comments