Skip to content

Commit

Permalink
Bela: Removed unneeded libscsynth dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliomoro committed Oct 23, 2020
1 parent 2fc8ce6 commit 20742ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if (BELA_FOUND)
# set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-wrap,clock_gettime,-rpath,")
# set(CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG "-Wl,-wrap,clock_gettime,-rpath,")
# target_link_libraries(BELAUGens ${XENOMAI_LIBRARIES} ${BELA_LIBRARIES} libscsynth.a)
target_link_libraries(BELAUGens libscsynth)
target_link_libraries(BELAUGens)

list(APPEND plugins BELAUGens)
endif()
Expand Down

0 comments on commit 20742ef

Please sign in to comment.