json11: Suppress warnings about unqualified std::move calls

Vendored dependency cannot be updated.
This commit is contained in:
PatTheMav
2023-08-28 15:02:16 +02:00
committed by Ryan Foster
parent 6ebff6a204
commit 1c8e046256
+1
View File
@@ -4,5 +4,6 @@ add_library(json11 INTERFACE)
add_library(OBS::json11 ALIAS json11)
target_include_directories(json11 INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}")
target_compile_options(json11 INTERFACE $<$<COMPILE_LANG_AND_ID:CXX,AppleClang,Clang>:-Wno-unqualified-std-cast-call>)
target_sources(json11 INTERFACE json11.cpp json11.hpp)