From 8d28a1937dbb5b1b4b92b07eeee4e18968be77fc Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 10 May 2021 12:29:02 +0200 Subject: CMake: Fix spelling mistake "Install CMake package configiguration module" --> configuration Signed-off-by: Daniel Engberg Signed-off-by: Ralph Giles --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 197dfc23..33f684f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ if(BUILD_FRAMEWORK) set(BUILD_SHARED_LIBS TRUE) endif() -option(INSTALL_CMAKE_PACKAGE_MODULE "Install CMake package configiguration module" ON) +option(INSTALL_CMAKE_PACKAGE_MODULE "Install CMake package configuration module" ON) # Extract project version from configure.ac file(READ configure.ac CONFIGURE_AC_CONTENTS) -- cgit v1.2.1