Skip to content

Commit 572aae0

Browse files
authored
Make Threads::Threads a public dependency of trantor (#133)
1 parent bed259d commit 572aae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ endif()
107107
target_sources(${PROJECT_NAME} PRIVATE ${TRANTOR_SOURCES})
108108

109109
find_package(Threads)
110-
target_link_libraries(${PROJECT_NAME} PRIVATE Threads::Threads)
110+
target_link_libraries(${PROJECT_NAME} PUBLIC Threads::Threads)
111111
if(WIN32)
112112
target_link_libraries(${PROJECT_NAME} PRIVATE ws2_32 Rpcrt4)
113113
if(OpenSSL_FOUND)

0 commit comments

Comments
 (0)