Skip to content

Commit 1fa14dd

Browse files
Split the generator expression for each library (#36)
Signed-off-by: Tanishq Chaudhary <[email protected]>
1 parent bb55c2c commit 1fa14dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rmw_test_fixture_implementation/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ target_link_libraries(rmw_test_fixture_implementation PRIVATE
4848
rcpputils::rcpputils
4949
rcutils::rcutils
5050
rmw::rmw
51-
$<$<BOOL:${WIN32}>:ws2_32 wsock32>
51+
$<$<BOOL:${WIN32}>:ws2_32>
52+
$<$<BOOL:${WIN32}>:wsock32>
5253
)
5354
target_link_libraries(rmw_test_fixture_implementation PUBLIC
5455
rmw_test_fixture::rmw_test_fixture

0 commit comments

Comments
 (0)