From ef6f2f94aa649826759bdc641709d6a507f3455b Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Wed, 31 Mar 2021 20:39:55 +0200 Subject: [PATCH] chore(cmake): spelling typo fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 320823c20..a9c707bfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "RelWithDebInfo") endif() -# Include some common macros to simpilfy the Poco CMake files +# Include some common macros to simplify the Poco CMake files include(PocoMacros) if(POCO_STATIC)