summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-09-26 21:51:16 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-10-18 08:30:14 -0400
commit780faa41c482aab60d08159e3301cb6b945ac496 (patch)
treef81418c812b35406f3cca3994fe0cc64c534e374 /CMakeLists.txt
parent7f5b0f0c1ad9d26163bb92fc4f0d36227ba3e68f (diff)
downloadlibgit2-780faa41c482aab60d08159e3301cb6b945ac496.tar.gz
cmake: allow USE_ICONV on any Unix
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42cc169ab..229ba9683 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()