Skip to content

Commit

Permalink
CMake: Fix spelling mistake
Browse files Browse the repository at this point in the history
"Install CMake package configiguration module" --> configuration

Signed-off-by: Daniel Engberg <[email protected]>
Signed-off-by: Ralph Giles <[email protected]>
  • Loading branch information
diizzyy authored and rillian committed May 10, 2021
1 parent 894d1b1 commit 8d28a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8d28a19

Please sign in to comment.