You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If I have understood this correctly, this line
modern-cmake-sample/libjsonutils/CMakeLists.txt
Line 29 in 13671e8
should use
${CMAKE_INSTALL_INCLUDEDIR}
instead of hard-codedinclude
. There are systems which don't useinclude
for that, for example Haiku which usesdevelop/headers
instead.The text was updated successfully, but these errors were encountered: