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

Fix build #61

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fix build #61

wants to merge 4 commits into from

Conversation

aleixpol
Copy link

@aleixpol aleixpol commented Aug 9, 2020

Fixes the build on my system where it was requiring me to define LIBOBS_INCLUDE_DIR instead of just find the right LibObsConfig.cmake file.

No need to packa a FindLibObs.cmake file, OBS Studio already installs
LibObsConfig.cmake that we can use to learn about the libobs target.
It's a bool function that doesn't return. Since it's not used anyway, we
can make it void.
@kwizart
Copy link

kwizart commented Feb 15, 2021

I've made the same fix locally for cmake. I think it's good.

One missing change would be how to set the libdir as appropriate.

About the change from bool to void, this looks a very different thing. Would you mind to send a separate PR for this?
(btw: I'm not a project maintainer).

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

Successfully merging this pull request may close these issues.

2 participants