Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

The install target is not configurable #81

Open
dvzrv opened this issue Mar 4, 2024 · 0 comments
Open

The install target is not configurable #81

dvzrv opened this issue Mar 4, 2024 · 0 comments

Comments

@dvzrv
Copy link

dvzrv commented Mar 4, 2024

Hi! 馃憢

When upgrading the Arch Linux package of reapack to 1.2.4.5 I noticed we are manually copying the built shared object file to a target location.

This seems to be because the target location is not configurable:

reapack/CMakeLists.txt

Lines 123 to 128 in 1727aa3

set(REAPER_USER_PLUGINS "UserPlugins")
install(TARGETS reaper_reapack
COMPONENT ReaPack
RUNTIME DESTINATION "${REAPER_USER_PLUGINS}" # Windows .dll
LIBRARY DESTINATION "${REAPER_USER_PLUGINS}" # Linux .so/macOS .dylib
)

Could this be adjusted, so that it becomes configurable? (related to #80)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant