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
Describe the bug After a find_package in my project noticed that the EIPScanner_INCLUDE_DIRS is not defined.
find_package
EIPScanner_INCLUDE_DIRS
To Reproduce Build the package, include it in another project.
Expected behavior A location to the include directory.
Environment (please complete the following information):
Additional context find_library(EIPScanner_LIB EIPScanner) does work.
find_library(EIPScanner_LIB EIPScanner)
The text was updated successfully, but these errors were encountered:
That is because there is no FindEIPScanner.cmake file defined, however (as you've seen) #88 solves that
FindEIPScanner.cmake
Sorry, something went wrong.
@jadamroth seemed active with merging last week. Perhaps he can take a look 🙂
👼
No branches or pull requests
Describe the bug
After a
find_package
in my project noticed that theEIPScanner_INCLUDE_DIRS
is not defined.To Reproduce
Build the package, include it in another project.
Expected behavior
A location to the include directory.
Environment (please complete the following information):
Additional context
find_library(EIPScanner_LIB EIPScanner)
does work.The text was updated successfully, but these errors were encountered: