From b6a8d7d049fb7ceb250113735fe522badd79e47e Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sat, 22 Jul 2023 22:29:37 -0600 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 143d013..311b0dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if (IMGUI_SFML_FIND_SFML) find_package(SFML 2.5 COMPONENTS graphics system window) if(NOT SFML_FOUND) - message(FATAL_ERROR "SFML 2 directory not found. Set SFML_DIR to directory where SFML was built (or one which ccontains SFMLConfig.cmake)") + message(FATAL_ERROR "SFML 2 directory not found. Set SFML_DIR to directory where SFML was built (or one which contains SFMLConfig.cmake)") endif() endif()