1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2025-02-09 22:45:43 +01:00
parent 0189e5bb92
commit dcddc4a2cb
8 changed files with 10 additions and 10 deletions

View File

@ -45,7 +45,7 @@ option(BUILD_SHARED_LIBS "Build library as shared." OFF)
# Force PIC on unix when building shared libs
# see: https://en.wikipedia.org/wiki/Position-independent_code
if(BUILD_SHARED_LIBS AND UNIX)
option(CMAKE_POSITION_INDEPENDENT_CODE "Build with Position Independant Code." ON)
option(CMAKE_POSITION_INDEPENDENT_CODE "Build with Position Independent Code." ON)
endif()
include(CheckIncludeFile)