From 54457b2457ea76fd5263b498e4f4a342885adfef Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 4 Nov 2021 12:24:34 +0100 Subject: [PATCH] style: typo fixed --- cmake/modern_project_structure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modern_project_structure.cmake b/cmake/modern_project_structure.cmake index 09debeb3..a24a7c96 100644 --- a/cmake/modern_project_structure.cmake +++ b/cmake/modern_project_structure.cmake @@ -26,6 +26,6 @@ function(ensure_entry_point) if(NOT CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) message(FATAL_ERROR "'${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt' is meant to be used only " "as a CMake entry point and should not be included from other CMake files. " - "Include '${CMAKE_CURRENT_SOURCE_DIR}/src/CMaskeLists.txt' directly instead.") + "Include '${CMAKE_CURRENT_SOURCE_DIR}/src/CMakeLists.txt' directly instead.") endif() endfunction()