From 3aa9991892397c920da1d864000c97bed4ef7bdc Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 17 Oct 2017 19:18:57 -0400 Subject: [PATCH] Made comment more clear. --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index a09184c6b..990965012 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -39,7 +39,7 @@ project(examples) # Tell cmake we will need dlib. This command will pull in dlib and compile it # into your project. Note that you don't need to compile or install dlib. All -# it needs is the dlib source code folder and it will take care of everything. +# cmake needs is the dlib source code folder and it will take care of everything. add_subdirectory(../dlib dlib_build)