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 a892405 commit c04d7dfCopy full SHA for c04d7df
cmake/evercbor.cmake
@@ -11,7 +11,7 @@ target_include_directories(
11
evercbor PUBLIC $<BUILD_INTERFACE:${CCF_3RD_PARTY_EXPORTED_DIR}/evercbor>
12
$<INSTALL_INTERFACE:include/3rdparty/evercbor>
13
)
14
-target_compile_options(evercbor PRIVATE -Wno-everything)
+target_compile_options(evercbor PRIVATE -Wno-implicit-int-float-conversion)
15
set_property(TARGET evercbor PROPERTY POSITION_INDEPENDENT_CODE ON)
16
add_san(evercbor)
17
0 commit comments