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:
parent
a7cf1548b0
commit
0a4c0a9b4b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue