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

[libwebm] libwebmConfig.cmake not generated #42034

Open
d1str4ught opened this issue Nov 7, 2024 · 0 comments · May be fixed by #42040
Open

[libwebm] libwebmConfig.cmake not generated #42034

d1str4ught opened this issue Nov 7, 2024 · 0 comments · May be fixed by #42040
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@d1str4ught
Copy link

d1str4ught commented Nov 7, 2024

Operating system

Windows 11

Compiler

MSVC 2022

Steps to reproduce the behavior

Install libwebm via vcpkg.json.

Failure logs

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.

@d1str4ught d1str4ught added the category:port-bug The issue is with a library, which is something the port should already support label Nov 7, 2024
@jimwang118 jimwang118 linked a pull request Nov 8, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants