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 c84dc65 commit 6234ca3Copy full SHA for 6234ca3
src/libmerc/CMakeLists.txt
@@ -318,8 +318,8 @@ set(cbor_src
318
../cbor.cpp
319
)
320
add_executable(cbor ${cbor_src})
321
-target_compile_options(cbor PUBLIC ${LIBMERC_COMPILE_OPT})
322
-target_link_libraries(cbor libmerc_static ZLIB::ZLIB)
+target_compile_options(cbor PUBLIC ${LIBMERC_COMPILE_OPT} -UDONT_USE_STDERR)
+target_link_libraries(cbor ZLIB::ZLIB )
323
# }
324
325
0 commit comments