]> granicus.if.org Git - fortune-mod/commitdiff
Reword the error message
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 26 Oct 2020 09:06:58 +0000 (11:06 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 26 Oct 2020 09:06:58 +0000 (11:06 +0200)
See: https://github.com/shlomif/fortune-mod/issues/44

fortune-mod/CMakeLists.txt

index 637a2f340a437349dc312d3a94671e92472b572e..f032beeeec0361b323507f94df5bb76420f3b215 100644 (file)
@@ -126,7 +126,7 @@ IF ("${Rinutils_FOUND}")
     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 ()