CMakeLists: Replace tab indentation with spaces

We use spaces everywhere else in the CMake scripts, so this just makes
indentation consistent.
This commit is contained in:
Lioncash 2018-07-06 13:24:21 -04:00
parent a7cf1548b0
commit 0a4c0a9b4b
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7
1 changed files with 2 additions and 2 deletions

View File

@ -680,8 +680,8 @@ else()
endif()
if (NOT ANDROID)
find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
endif()
if (NOT ANDROID AND ICONV_LIBRARIES AND ICONV_INCLUDE_DIR)