Skip to content

Commit

Permalink
Using the cmake variable will insure the proper value
Browse files Browse the repository at this point in the history
regardless of the platform (already available in 2.0.7 version)
  • Loading branch information
devnexen authored and lukas-w committed Jan 2, 2018
1 parent 96c5f05 commit bd8c272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ IF(WANT_JACK)
SET(STATUS_JACK "OK (weak linking enabled)")
SET(JACK_INCLUDE_DIRS "")
# use dlsym instead
SET(JACK_LIBRARIES "dl")
SET(JACK_LIBRARIES ${CMAKE_DL_LIBS})
ELSE()
SET(STATUS_JACK "OK")
ENDIF()
Expand Down

0 comments on commit bd8c272

Please sign in to comment.