[Csnd] csound plugins

Dear community,
I’ve tried to install the csound plugins (https://github.com/csound/plugins).
Unfortunately I’ve got after make:

Make Error at src/widgets/CMakeLists.txt:22 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target “widgets”. All uses of target_link_libraries with a target must
be either all-keyword or all-plain.

The uses of the keyword signature are here:

  • CMakeLists.txt:236 (target_link_libraries)

CMake Error at src/widgets/CMakeLists.txt:46 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target “virtual”. All uses of target_link_libraries with a target must
be either all-keyword or all-plain.

The uses of the keyword signature are here:

  • CMakeLists.txt:236 (target_link_libraries)

I don’t understand what it means. How can I solve this?
Thanks,
Stefan

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here