We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a1f83 commit f1e69c3Copy full SHA for f1e69c3
tools/scripts/check_cmake
@@ -29,3 +29,5 @@ else
29
echo 'ERROR: missing dependency. Please download CMake (https://cmake.org/). Once installed, run the command again.' >&2
30
exit 1
31
fi
32
+
33
+# TODO: check for minimum version
tools/scripts/check_pandoc
echo 'ERROR: missing dependency. Please download pandoc (http://pandoc.org/). Once installed, run the command again.' >&2
0 commit comments