Skip to content

doxygen: Fix libiconv checks#14106

Merged
adamjstewart merged 1 commit intospack:developfrom
michaelkuhn:doxygen-libiconv
Dec 11, 2019
Merged

doxygen: Fix libiconv checks#14106
adamjstewart merged 1 commit intospack:developfrom
michaelkuhn:doxygen-libiconv

Conversation

@michaelkuhn
Copy link
Copy Markdown
Member

PR #10589 introduced a libiconv dependency to doxygen. This causes problems on Linux systems, since the iconv symbols are included in libc, which causes CMake to use the external header but not the external library. Work around this by always using the external libiconv.

PR spack#10589 introduced a libiconv dependency to doxygen. This causes
problems on Linux systems, since the iconv symbols are included in libc,
which causes CMake to use the external header but not the external
library. Work around this by always using the external libiconv.
@adamjstewart adamjstewart merged commit 927f496 into spack:develop Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants