Skip to content

Commit 780faa4

Browse files
committed
cmake: allow USE_ICONV on any Unix
1 parent 7f5b0f0 commit 780faa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ IF (UNIX)
6666
ENDIF()
6767

6868
OPTION(ENABLE_REPRODUCIBLE_BUILDS "Enable reproducible builds" OFF)
69-
ENDIF()
7069

71-
IF (APPLE)
7270
OPTION(USE_ICONV "Link with and use iconv library" ON)
7371
ENDIF()
7472

0 commit comments

Comments
 (0)