Skip to content

Commit af6a13a

Browse files
committed
Silence EverCBOR warnings
1 parent 2ceda18 commit af6a13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/evercbor.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ target_include_directories(
1111
evercbor PUBLIC $<BUILD_INTERFACE:${CCF_3RD_PARTY_EXPORTED_DIR}/evercbor>
1212
$<INSTALL_INTERFACE:include/3rdparty/evercbor>
1313
)
14+
target_compile_options(evercbor PRIVATE -Wno-everything)
1415
set_property(TARGET evercbor PROPERTY POSITION_INDEPENDENT_CODE ON)
1516
add_san(evercbor)
1617

0 commit comments

Comments
 (0)