Skip to content

Commit f1e69c3

Browse files
committed
Add TODOs
1 parent f6a1f83 commit f1e69c3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/scripts/check_cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ else
2929
echo 'ERROR: missing dependency. Please download CMake (https://cmake.org/). Once installed, run the command again.' >&2
3030
exit 1
3131
fi
32+
33+
# TODO: check for minimum version

tools/scripts/check_pandoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ else
2929
echo 'ERROR: missing dependency. Please download pandoc (http://pandoc.org/). Once installed, run the command again.' >&2
3030
exit 1
3131
fi
32+
33+
# TODO: check for minimum version

0 commit comments

Comments
 (0)