]> git.lyx.org Git - lyx.git/commit
Fix linking with cmake and included iconv
authorGeorg Baum <baum@lyx.org>
Sun, 3 Jul 2016 16:51:22 +0000 (18:51 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 3 Jul 2016 16:51:22 +0000 (18:51 +0200)
commitc7bfa7d34197f366c1440509f889044869bd8676
tree31daf2474fd6a07b41d20ca9c2383a0af89cb3e2
parent325fbab4636507b62773e3873090e5f35590c95c
Fix linking with cmake and included iconv

Previously, the GNU linker would complain about missing libcharset_relocate.
The MSVC linker did not complain, since the code that uses libcharset_relocate
does not seem to be sued, so it removed it.
3rdparty/libiconv/CMakeLists.txt