aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9660fae527..91b7a06a5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,12 +54,7 @@ if(WIN32 OR CMAKE_SYSTEM_NAME STREQUAL "Darwin")
endif()
option(ENABLE_LIBINTL "enable libintl" ON)
-if(MSVC)
- add_definitions(-DDYNAMIC_ICONV)
- option(ENABLE_LIBICONV "enable libiconv" OFF)
-else()
- option(ENABLE_LIBICONV "enable libiconv" ON)
-endif()
+option(ENABLE_LIBICONV "enable libiconv" ON)
# Set default build type.
if(NOT CMAKE_BUILD_TYPE)