Verified Commit c93029dd authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Fix issue preventing linkage in some platforms

parent 86d68d8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ target_sources(
)

target_link_libraries(rpc_common PUBLIC logger::logger thallium asio::asio)
set_property(TARGET rpc_common PROPERTY POSITION_INDEPENDENT_CODE ON)

# get the parent directory of the current directory so we can include
# headers from these libraries as `<net/*.hpp>`