mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -680,8 +680,8 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT ANDROID)
|
if (NOT ANDROID)
|
||||||
find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
|
find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c)
|
||||||
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
|
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT ANDROID AND ICONV_LIBRARIES AND ICONV_INCLUDE_DIR)
|
if (NOT ANDROID AND ICONV_LIBRARIES AND ICONV_INCLUDE_DIR)
|
||||||
|
Reference in New Issue
Block a user