Don't hard-code `include` in include path
jmairboeck opened this issue · 0 comments
jmairboeck commented
If I have understood this correctly, this line
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.