Skip to content

Commit f8be8eb

Browse files
Revert "[cmake] Link is made PUBLIC."
This reverts commit d7ccb2e.
1 parent fa01a4c commit f8be8eb

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} PUBLIC ${CMAKE_DL_LIBS})
125+
TARGET_LINK_LIBRARIES(${test} ${CMAKE_DL_LIBS})
126126
ENDIF(UNIX)
127127
ENDFOREACH(path ${tests})
128128

0 commit comments

Comments
 (0)