kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Kwiver exported targets don't use target usage requirements

Open mwoehlke-kitware opened this issue 8 years ago • 0 comments

If I want to use Kiwver in my own project, I have to do this:

include_directories(${KWIVER_INCLUDE_DIRS})

This is sub-optimal since CMake 2.8.10. Kwiver's exported targets should have INTERFACE_INCLUDE_DIRECTORIES set so that all I have to do is link to the library.

mwoehlke-kitware avatar Aug 03 '17 16:08 mwoehlke-kitware