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.
Describe the bug
After a
find_packagein my project noticed that theEIPScanner_INCLUDE_DIRSis 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.