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

Unknown CMake command "configure_package_config_file" #11

Closed
star-hengxing opened this issue Oct 13, 2024 · 2 comments
Closed

Unknown CMake command "configure_package_config_file" #11

star-hengxing opened this issue Oct 13, 2024 · 2 comments

Comments

@star-hengxing
Copy link

star-hengxing commented Oct 13, 2024

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.

@BlackMark29A
Copy link
Member

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?

@star-hengxing
Copy link
Author

Thanks, it work for me.

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

No branches or pull requests

2 participants