-
Notifications
You must be signed in to change notification settings - Fork 117
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
missing CMake package config file #101
Comments
cmake code to find
|
Why do you The name of he library to find with |
On manjaro, I've tried without
No, nothing modified. |
I made a first attempt to generate proper .cmake files and fixed an issue with the .pc files. Can you try if these changes work for you? |
For some reason, I have installed windows. |
tested on raspberry pi, it failed, logs as below
@jakoch Could you help test it? |
Sorry, there was a bug in |
@playgithub My project uses vcpkg to pull in xlsxio and it's version is fixed to |
@brechtsanders pulled and tested
|
Can you try again now? |
Succeeded for the code below
|
BTW by modern cmake, it is quite easy to implement. |
On which platform(s) is this standard behaviour? Homebrew? |
Linux
On Manjaro, /usr
/
/usr
/usr/local
/usr/X11R6
/usr/pkg
/opt
Yes BTW, more conveninet if |
Documentation says cmake will look in all paths listed in But I added the search in |
Not exactly, please check the search paths in the doc (https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure), some that begins with
It is a default behavior and needs no manual works. |
From what I read there adding
Or if that doesn't work maybe:
|
Not working
Not working |
Keep it simple |
Hey!
Please provide a CMake package config file for easier pickup of your library.
Resolving this issue would help a lot for picking the library up, because currently one has to write a custom finder.
CMake Warning for this issue:
The text was updated successfully, but these errors were encountered: