Skip to content

Commit 6234ca3

Browse files
committed
CMake tweaks
1 parent c84dc65 commit 6234ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libmerc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ set(cbor_src
318318
../cbor.cpp
319319
)
320320
add_executable(cbor ${cbor_src})
321-
target_compile_options(cbor PUBLIC ${LIBMERC_COMPILE_OPT})
322-
target_link_libraries(cbor libmerc_static ZLIB::ZLIB)
321+
target_compile_options(cbor PUBLIC ${LIBMERC_COMPILE_OPT} -UDONT_USE_STDERR)
322+
target_link_libraries(cbor ZLIB::ZLIB )
323323
# }
324324

325325

0 commit comments

Comments
 (0)