summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2021-05-10 12:28:28 +0200
committerRalph Giles <giles@thaumas.net>2021-05-10 10:40:35 -0700
commit369657ca2eb36131cbd53359b4d365e2b48054de (patch)
tree3f52a0efb8d2ac146fe298e9f40c1a7c1b2d657a
parent31bd3f2707fb7dbae539a7093ba1fc4b2b37d84e (diff)
downloadogg-git-369657ca2eb36131cbd53359b4d365e2b48054de.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 b74f425..fe20f2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ endif()
# Install options
option(INSTALL_DOCS "Install documentation" ON)
option(INSTALL_PKG_CONFIG_MODULE "Install ogg.pc file" ON)
-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)