EIPScanner icon indicating copy to clipboard operation
EIPScanner copied to clipboard

'EIPScanner_INCLUDE_DIRS' not defined

Open Timple opened this issue 3 years ago • 2 comments

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.

Timple avatar Dec 16 '22 14:12 Timple

That is because there is no FindEIPScanner.cmake file defined, however (as you've seen) https://github.com/nimbuscontrols/EIPScanner/pull/88 solves that

tony-p avatar Dec 03 '24 08:12 tony-p

@jadamroth seemed active with merging last week. Perhaps he can take a look :slightly_smiling_face:

:angel:

Timple avatar Dec 03 '24 10:12 Timple