Commit 780faa41c482aab60d08159e3301cb6b945ac496

Edward Thomson 2021-09-26T21:51:16

cmake: allow USE_ICONV on any Unix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42cc169..229ba96 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()