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
Build fails:
CMake Error at CMakeLists.txt:163 (configure_package_config_file): Unknown CMake command "configure_package_config_file".
CMakeLists.txt is missing include(CMakePackageConfigHelpers) that provides this macro.
include(CMakePackageConfigHelpers)
The text was updated successfully, but these errors were encountered:
I cannot reproduce this problem on my end. I guess this include somehow happens transitively or is included by default in my cmake setup.
Can you test whether PR #12 fixes this for you?
Sorry, something went wrong.
Thanks, it work for me.
No branches or pull requests
Build fails:
CMakeLists.txt is missing
include(CMakePackageConfigHelpers)
that provides this macro.The text was updated successfully, but these errors were encountered: