aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2017-11-03 15:51:46 +0100
committerBernd Kuhls <bernd.kuhls@t-online.de>2017-11-03 18:06:34 +0100
commitcadd14550d014d22022d46676e84ad32562f2f64 (patch)
tree11c6bfe432b4a795ab37816c44b4c75addd5b02a /cmake/platform
parent0a96bad534f987419d63b618f3ed227ea1534270 (diff)
iconv is a required dependency
Diffstat (limited to 'cmake/platform')
-rw-r--r--cmake/platform/windowsstore/windowsstore.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/windowsstore/windowsstore.cmake b/cmake/platform/windowsstore/windowsstore.cmake
index b8de319f13..266fb3ee0e 100644
--- a/cmake/platform/windowsstore/windowsstore.cmake
+++ b/cmake/platform/windowsstore/windowsstore.cmake
@@ -1 +1 @@
-set(PLATFORM_REQUIRED_DEPS zlib iconv) \ No newline at end of file
+set(PLATFORM_REQUIRED_DEPS zlib)