cmake: allow USE_ICONV on any Unix

This commit is contained in:
Edward Thomson
2021-09-26 21:51:16 -04:00
parent 7f5b0f0c1a
commit 780faa41c4

View File

@@ -66,9 +66,7 @@ IF (UNIX)
ENDIF()
OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF)
ENDIF()
IF (APPLE)
OPTION(USE_ICONV "Link with and use iconv library" ON)
ENDIF()