From 0a4c0a9b4b68b8a95b0eb86da95d448f1a47f558 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 6 Jul 2018 13:24:21 -0400 Subject: [PATCH] CMakeLists: Replace tab indentation with spaces We use spaces everywhere else in the CMake scripts, so this just makes indentation consistent. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86415c18a1..0d474a607e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)