Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Fix destination path #91

@npalix

Description

@npalix

LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/obs-plugins)

There is not way to set the destination path to /usr/lib/x86_64-linux-gnu/obs-plugins/ which is used under Ubuntu.

I propose to use LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/obs-plugins) instead.
So INSTALL_PREFIX can be set to either /usr/lib or /usr/lib/x86_64-linux-gnu accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions