You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at C:/vcpkg/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
Could not find a package configuration file provided by "libwebm" with any
of the following names:
libwebmConfig.cmake
libwebm-config.cmake
Add the installation prefix of "libwebm" to CMAKE_PREFIX_PATH or set
"libwebm_DIR" to a directory containing one of the above files. If
"libwebm" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
CMakeLists.txt:19 (find_package)
-- Configuring incomplete, errors occurred!
Additional context
I added libwebm to vcpkg.json, but sadly it does not create a cmake file for it, so I can't link it into my project.
The text was updated successfully, but these errors were encountered:
Operating system
Windows 11
Compiler
MSVC 2022
Steps to reproduce the behavior
Install libwebm via vcpkg.json.
Failure logs
Additional context
I added libwebm to vcpkg.json, but sadly it does not create a cmake file for it, so I can't link it into my project.
The text was updated successfully, but these errors were encountered: