Skip to content

Commit

Permalink
remove (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Aug 15, 2024
1 parent 18602fa commit 836a372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ add_executable(coro_rpc_example_use_rest_rpc_protocol
server/rpc_service.cpp
)

if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
target_link_libraries(coro_rpc_example_use_rest_rpc_protocol PRIVATE -lstdc++fs)
endif()

target_compile_definitions(coro_rpc_example_use_rest_rpc_protocol PRIVATE HAVE_MSGPACK)
target_compile_definitions(coro_rpc_example_use_rest_rpc_protocol PRIVATE MSGPACK_NO_BOOST)

Expand Down
3 changes: 0 additions & 3 deletions src/easylog/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ add_executable(easylog_test
)
add_test(NAME easylog_test COMMAND easylog_test)
target_compile_definitions(easylog_test PRIVATE STRUCT_PACK_ENABLE_UNPORTABLE_TYPE)
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
target_link_libraries(easylog_test PRIVATE -lstdc++fs)
endif()

0 comments on commit 836a372

Please sign in to comment.