See: https://github.com/shlomif/fortune-mod/issues/44
INCLUDE_DIRECTORIES(AFTER ${RINUTILS_INCLUDE_DIR} ${RINUTILS_INCLUDE_DIRS})
ELSE ()
IF (NOT EXISTS "${rinutils_inc_dir}")
- MESSAGE(FATAL_ERROR "Could not find rinutils anywhere - it should have been bundled in the releases' source tarball.\nAlso see: https://github.com/shlomif/fortune-mod/issues/44")
+ MESSAGE(FATAL_ERROR "Could not find rinutils anywhere - it should have been bundled in the releases' source tarball.\nYou can try installing it from a source release or from its repository: https://github.com/shlomif/rinutils\n\nAlso see: https://github.com/shlomif/fortune-mod/issues/44")
ENDIF ()
INCLUDE_DIRECTORIES(AFTER "${rinutils_inc_dir}")
ENDIF ()