We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The CMakeLists.txt is missing an export configuration. This makes it hard to add this dependency to a CMake project when it's fetched from different sources per platform. https://cmake.org/cmake/help/latest/guide/tutorial/Adding%20Export%20Configuration.html
CMakeLists.txt
It'd be nice to apply the patch from the Vcpkg port to this repo. Updating it as necessary. https://github.com/microsoft/vcpkg/blob/master/ports/utf8proc/export-cmake-targets.patch
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
CMakeLists.txt
is missing an export configuration. This makes it hard to add this dependency to a CMake project when it's fetched from different sources per platform.https://cmake.org/cmake/help/latest/guide/tutorial/Adding%20Export%20Configuration.html
It'd be nice to apply the patch from the Vcpkg port to this repo. Updating it as necessary.
https://github.com/microsoft/vcpkg/blob/master/ports/utf8proc/export-cmake-targets.patch
The text was updated successfully, but these errors were encountered: