From 7e3804545c5fc84c84951b8ac2aed49f9686b998 Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbadcrumble@users.noreply.github.com> Date: Sun, 22 Sep 2019 06:59:35 -0700 Subject: [PATCH] Fixed typo in sub CMakeLists.txt. Fixed a simple mistake. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b07a82f..4aa2bcb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ ################################################################################### # # -# NAME: CMakeLsits.txt # +# NAME: CMakeLists.txt # # # # AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. # # WRITTEN BY: Michael Brockus. # -- GitLab