Skip to content

Commit 3f96ae5

Browse files
[cmake] Link is made PUBLIC.
1 parent e6a5e83 commit 3f96ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ FOREACH(path ${tests})
122122
dynamic-graph::dynamic-graph)
123123

124124
IF(UNIX)
125-
TARGET_LINK_LIBRARIES(${test} ${CMAKE_DL_LIBS})
125+
TARGET_LINK_LIBRARIES(${test} PUBLIC ${CMAKE_DL_LIBS})
126126
ENDIF(UNIX)
127127
ENDFOREACH(path ${tests})
128128

0 commit comments

Comments
 (0)