update docs

This commit is contained in:
Davis King 2019-10-24 20:15:34 -04:00
parent 39327e71b7
commit 1b83016abd

View File

@ -42,7 +42,7 @@ project(examples)
# cmake needs is the dlib source code folder and it will take care of everything.
add_subdirectory(../dlib dlib_build)
# If you have cmake 3.11 or newer you can even use FetchContent instead of
# If you have cmake 3.14 or newer you can even use FetchContent instead of
# add_subdirectory() to pull in dlib as a dependency. So instead of using the
# above add_subdirectory() command, you could use the following three commands
# to make dlib available: