Commit graph

2 commits

Author SHA1 Message Date
Arjen de Korte
9f8b01ec79 cmake/FindIconv.cmake: fix return type in test code
In openSUSE Tumbleweed, this test always fails because it compiles with `-Werror=return-type` by default. Fixing this by adding a return value in the test script to keep the compiler happy.
2021-07-30 14:23:13 -07:00
Micah Snyder (micasnyd)
fe96de86bb CMake: revert Iconv module name to match upstream
I'd foolishly set the Iconv detection module to use uppercase to
differentiate it from the upstream (original) module. I also kind of
forgot to change the documentation to use the uppercase name. In
reviewing that, I decided it's better to match the upstream
FindIconv.cmake module as closely as possible in case they fix the issue
described here, so that we can stop carrying a custom module without
breaking the CMake options for everyone:
b26cdc5453

This reverts the CMake options for setting the Iconv include and library
paths back to match the upstream before 0.104 ships with stable CMake
support.
2021-05-14 11:57:28 -07:00
Renamed from cmake/FindICONV.cmake (Browse further)