nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
224 stars 90 forks source link

'EIPScanner_INCLUDE_DIRS' not defined #89

Open Timple opened 1 year ago

Timple commented 1 year ago

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):

Additional context find_library(EIPScanner_LIB EIPScanner) does work.