Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit 41bc362

Browse files
committed
Fixed issue with linking to dl
1 parent e2f0ef6 commit 41bc362

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
@@ -14,7 +14,7 @@
1414
IF(Threads_FOUND)
1515
IF(CMAKE_USE_PTHREADS_INIT)
1616
ADD_DEFINITIONS(-D_REENTRANT=1 -DTHREADSAFE=1)
17-
SET(EXTRA_LIBS ${CMAKE_THREAD_LIBS_INIT} dl)
17+
SET(EXTRA_LIBS ${CMAKE_THREAD_LIBS_INIT})
1818
ENDIF()
1919
ENDIF()
2020

0 commit comments

Comments
 (0)