From 13ce6f0da62b53862a37fa8f4580fda3cd95ed78 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 16 Mar 2017 16:15:02 -0400 Subject: [PATCH] Fix step numbers in CMakeLists.txt comments. --- examples/step-49/CMakeLists.txt | 2 +- examples/step-50/CMakeLists.txt | 2 +- examples/step-51/CMakeLists.txt | 2 +- examples/step-53/CMakeLists.txt | 2 +- examples/step-54/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/step-49/CMakeLists.txt b/examples/step-49/CMakeLists.txt index 3366508537..fc2a8324f9 100644 --- a/examples/step-49/CMakeLists.txt +++ b/examples/step-49/CMakeLists.txt @@ -1,5 +1,5 @@ ## -# CMake script for the step-1 tutorial program: +# CMake script for the step-49 tutorial program: ## # Set the name of the project and target: diff --git a/examples/step-50/CMakeLists.txt b/examples/step-50/CMakeLists.txt index 7e6aaa8cf2..6319d30c1c 100644 --- a/examples/step-50/CMakeLists.txt +++ b/examples/step-50/CMakeLists.txt @@ -1,5 +1,5 @@ ## -# CMake script for the step-32 tutorial program: +# CMake script for the step-50 tutorial program: ## # Set the name of the project and target: diff --git a/examples/step-51/CMakeLists.txt b/examples/step-51/CMakeLists.txt index 2b687a529a..7e4376c052 100644 --- a/examples/step-51/CMakeLists.txt +++ b/examples/step-51/CMakeLists.txt @@ -1,5 +1,5 @@ ## -# CMake script for the step-7 tutorial program: +# CMake script for the step-51 tutorial program: ## # Set the name of the project and target: diff --git a/examples/step-53/CMakeLists.txt b/examples/step-53/CMakeLists.txt index 247cfa93bb..af2325e539 100644 --- a/examples/step-53/CMakeLists.txt +++ b/examples/step-53/CMakeLists.txt @@ -1,5 +1,5 @@ ## -# CMake script for the step-1 tutorial program: +# CMake script for the step-53 tutorial program: ## # Set the name of the project and target: diff --git a/examples/step-54/CMakeLists.txt b/examples/step-54/CMakeLists.txt index 03256277a2..d41f7ffcf4 100644 --- a/examples/step-54/CMakeLists.txt +++ b/examples/step-54/CMakeLists.txt @@ -1,5 +1,5 @@ ## -# CMake script for the step-34 tutorial program: +# CMake script for the step-54 tutorial program: ## # Set the name of the project and target: -- 2.39.5