From a12824d42584e292ecb3bad05c4b32c2015a7b89 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 15 Dec 2022 22:15:18 -0500 Subject: [PATCH] update example to refer to newer dlib version --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index ff28f1c03..75055ed8d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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)