Skip to content

Commit

Permalink
support jack on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
swang251 committed Oct 23, 2021
1 parent 509c6cf commit feb123c
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 @@ -38,7 +38,7 @@ file(GLOB STK_SRC "./src/*.cpp") # GLOB instead of GLOB_RECURSE as the asio depe
#========================================#
if(REALTIME)
if(ENABLE_JACK)
find_library(JACK_LIBRARY Jack) # find_package(JACK) # TODO: NEED FindJACK.cmake
find_library(JACK_LIBRARY jack) # find_package(JACK) # TODO: NEED FindJACK.cmake
if(JACK_LIBRARY)
message("Jack API found: ${JACK_LIBRARY}")
link_libraries(${JACK_LIBRARY})
Expand Down

0 comments on commit feb123c

Please sign in to comment.