Open Timple opened 1 year ago
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)
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.