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

Pkg config usage in CMakeLists.txt #33

Open
danyspin97 opened this issue Dec 30, 2019 · 2 comments
Open

Pkg config usage in CMakeLists.txt #33

danyspin97 opened this issue Dec 30, 2019 · 2 comments
Labels
plumbing Pertains to build system or metadata only

Comments

@danyspin97
Copy link

Pkg config shouldn't be called using COMMAND in CMakeLists.txt but instead pkg_check_module (link).

@blackhole89
Copy link
Owner

The CMakeLists.txt is autogenerated by CodeLite's CMake plugin from the project, and CodeLite has no "native" support for pkg-config as far as I know. In the medium run, it might make sense to switch to a handwritten CMakeLists.

@danyspin97
Copy link
Author

Handwritten meson can also be considered since it is way simpler to use.

@blackhole89 blackhole89 added the plumbing Pertains to build system or metadata only label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plumbing Pertains to build system or metadata only
Projects
None yet
Development

No branches or pull requests

2 participants