noise-suppression-for-voice icon indicating copy to clipboard operation
noise-suppression-for-voice copied to clipboard

Incorrect install paths

Open yurivict opened this issue 1 year ago • 0 comments

For example, this line should be:

install(DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/rnnoise.vst3 DESTINATION lib/vst3)

cmake's install instruction expects relative paths as DESTINAION, otherwise it installs into $PREFIX$PREFIX.

The same problem exists with LV2 plugin.

yurivict avatar Jun 09 '23 06:06 yurivict