EIPScanner
EIPScanner copied to clipboard
'EIPScanner_INCLUDE_DIRS' not defined
Describe the bug
After a find_package in my project noticed that the EIPScanner_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):
- OS: ubuntu 20.04
- Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
- Version: master
Additional context
find_library(EIPScanner_LIB EIPScanner) does work.
That is because there is no FindEIPScanner.cmake file defined, however (as you've seen) https://github.com/nimbuscontrols/EIPScanner/pull/88 solves that
@jadamroth seemed active with merging last week. Perhaps he can take a look :slightly_smiling_face:
:angel: