Skip to content

Commit

Permalink
CMakeLists: Replace tab indentation with spaces
Browse files Browse the repository at this point in the history
We use spaces everywhere else in the CMake scripts, so this just makes
indentation consistent.
  • Loading branch information
lioncash committed Jul 6, 2018
1 parent a7cf154 commit 0a4c0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0a4c0a9

Please sign in to comment.