OBS Build Error in CMmake

Amitrj

New Member
I am successfully setup OBS code following official github site (https://github.com/obsproject/obs-studio/wiki/Install-Instructions)
But after clicking on configure in CMake, I am getting below error due to which it's giving me build error in obs-script project. Struggling since long to get this resolved but no luck.
Can some please help me understand where the issue is and how can we resolve....

************************************************ERROR************************************************

CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
The package name passed to `find_package_handle_standard_args` (Python)
does not match the name of the calling package (PythonDeps). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindPythonDeps.cmake:61 (find_package_handle_standard_args)
deps/obs-scripting/CMakeLists.txt:47 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
 

Attachments

  • CMakeError.png
    CMakeError.png
    30.8 KB · Views: 120
Top