Building OBS Studio Music Edition on windows CMake 'Configure' error

116 Views Asked by At

I'm having a problem building obs music edition on windows, running "Configure" on cmake-gui.

I got this error

CMake Warning (dev) at plugins/win-asio/CMakeLists.txt:38 (target_link_libraries):
  Link library type specifier "optimized" is followed by specifier "debug"
  instead of a library name.  The first specifier will be ignored.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at plugins/win-asio/CMakeLists.txt:38 (target_link_libraries):
  The "debug" argument must be followed by a library.


Configuring incomplete, errors occurred!

I attach an image with my current config: Cmake configuration

Anyone has any idea what might be?

Thanks in advance

0

There are 0 best solutions below