Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Use correct input pointer type for iconv detection
The iconv function expects a char ** pointer argument for the input pointer. Future C compilers will flag this as an error (as it is not valid C), causing this probe to fail incorrectly.
- Loading branch information