CMakeLists: Replace tab characters with spaces

This commit only touches CMakeLists in Source and the main one; it doesn't touch them in Externals.
This commit is contained in:
Pokechu22
2022-01-16 15:20:40 -08:00
parent b7ac11080e
commit ad9e8d97a9
4 changed files with 9 additions and 9 deletions

View File

@ -678,7 +678,7 @@ endif()
pkg_check_modules(MINIZIP minizip>=2.0.0)
if(MINIZIP_FOUND)
message(STATUS "Using shared minizip")
include_directories(${MINIZIP_INCLUDE_DIRS})
include_directories(${MINIZIP_INCLUDE_DIRS})
else()
check_vendoring_approved(minizip)
message(STATUS "Shared minizip not found, falling back to the static library")