summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2021-05-10 12:29:02 +0200
committerRalph Giles <giles@thaumas.net>2021-05-10 10:45:32 -0700
commit8d28a1937dbb5b1b4b92b07eeee4e18968be77fc (patch)
treedb95ac3463b4f26323d25fec706d8737a6651fd9
parent894d1b1f22f2fb8ab6d3aeba863e143416c71ce2 (diff)
downloadlibvorbis-git-8d28a1937dbb5b1b4b92b07eeee4e18968be77fc.tar.gz
CMake: Fix spelling mistake
"Install CMake package configiguration module" --> configuration Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Ralph Giles <giles@thaumas.net>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)