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

Fix installed cmake config file #263

Closed
wants to merge 1 commit into from

Conversation

FantasqueX
Copy link

Currently, when use find_package(SPNG CONFIG REQUIRED) , an error occurred.

CMake Error at vcpkg/installed/x64-windows/share/spng/SPNGConfig.cmake:27 (find_dependency):
  Unknown CMake command "find_dependency".

Reference: microsoft/vcpkg#35412

Currently, when use `find_package(SPNG CONFIG REQUIRED)` , an error
occurred.
```
CMake Error at vcpkg/installed/x64-windows/share/spng/SPNGConfig.cmake:27 (find_dependency):
  Unknown CMake command "find_dependency".
```

Reference: microsoft/vcpkg#35412
@randy408
Copy link
Owner

An identical fix has been merged (#262) and will ship in the next version in 1-2 months.

@randy408 randy408 closed this Dec 20, 2023
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

Successfully merging this pull request may close these issues.

2 participants