update example to refer to newer dlib version

This commit is contained in:
Davis King 2022-12-15 22:15:18 -05:00
parent 2ac3cdbad7
commit a12824d425

View File

@ -49,7 +49,7 @@ add_subdirectory(../dlib dlib_build)
# include(FetchContent)
# FetchContent_Declare(dlib
# GIT_REPOSITORY https://github.com/davisking/dlib.git
# GIT_TAG v19.18
# GIT_TAG v19.24
# )
# FetchContent_MakeAvailable(dlib)