We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402347e commit 38f126aCopy full SHA for 38f126a
1 file changed
cmake/evercbor.cmake
@@ -11,6 +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)
15
set_property(TARGET evercbor PROPERTY POSITION_INDEPENDENT_CODE ON)
16
add_san(evercbor)
17
0 commit comments