pabloariasal/modern-cmake-sample

Don't hard-code `include` in include path

jmairboeck opened this issue · 0 comments

If I have understood this correctly, this line

$<INSTALL_INTERFACE:include>

should use ${CMAKE_INSTALL_INCLUDEDIR} instead of hard-coded include. There are systems which don't use include for that, for example Haiku which uses develop/headers instead.