From 525bf0e15b6866e3e8200e9cc34c4f7d7c075661 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 17 Oct 2017 19:20:29 -0400 Subject: [PATCH] Fixed weird wording. --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 990965012..87c2bf117 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -66,7 +66,7 @@ target_link_libraries(assignment_learning_ex dlib::dlib) # # The cmake .. command looks in the parent folder for a file named # CMakeLists.txt, reads it, sets up everything needed to build program. Also, -# note that CMake can also generate Visual Studio or XCode project files. So +# note that CMake can generate Visual Studio or XCode project files. So # if instead you had written: # mkdir build # cmake .. -G "Visual Studio 14 2015 Win64" ..