diff options
author | Wolfgang Schupp <w.schupp@a1.net> | 2017-11-09 13:19:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 13:19:12 +0100 |
commit | 9a64537543e8dc8609ca8a98181ba17f30c53493 (patch) | |
tree | 428695e9c60daa9cb01b89e1ecac654ac67e951b /CMakeLists.txt | |
parent | 929797c1e14fe86bb0ca658060b63481d487268b (diff) | |
parent | cadd14550d014d22022d46676e84ad32562f2f64 (diff) |
Merge pull request #11665 from bkuhls/cmake_findiconv
[cmake] iconv is a required dependency
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77af3b1986..41936a5d15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,6 +112,7 @@ set(required_deps Cdio Fmt FreeType FriBidi + Iconv LibDvd Lzo2 PCRE |