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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake can't detect obs folders, installation failed #71

Open
dr-depe opened this issue Aug 4, 2024 · 1 comment
Open

cmake can't detect obs folders, installation failed #71

dr-depe opened this issue Aug 4, 2024 · 1 comment

Comments

@dr-depe
Copy link

dr-depe commented Aug 4, 2024

CMake Warning at CMakeLists.txt:50 (find_package):
By not providing "Findlibobs.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "libobs", but
CMake did not find one.

Could not find a package configuration file provided by "libobs" with any
of the following names:

libobsConfig.cmake
libobs-config.cmake

Add the installation prefix of "libobs" to CMAKE_PREFIX_PATH or set
"libobs_DIR" to a directory containing one of the above files. If "libobs"
provides a separate development package or SDK, be sure it has been
installed.

CMake Warning at CMakeLists.txt:52 (message):
No modern OBS target found, trying fallback method.

CMake Error at CMakeLists.txt:53 (find_package):
By not providing "FindLibObs.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "LibObs", but
CMake did not find one.

Could not find a package configuration file provided by "LibObs" with any
of the following names:

LibObsConfig.cmake
libobs-config.cmake

Add the installation prefix of "LibObs" to CMAKE_PREFIX_PATH or set
"LibObs_DIR" to a directory containing one of the above files. If "LibObs"
provides a separate development package or SDK, be sure it has been
installed.

-- Configuring incomplete, errors occurred!

@phandasm
Copy link
Owner

phandasm commented Aug 4, 2024

What platform?
You need to set CMAKE_PREFIX_PATH appropriately if building on Windows or Mac.

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

2 participants