Skip to content

Commit

Permalink
cmake/FindICONV.cmake did not find iconv on windows (#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGabriel authored and tbonfort committed Dec 5, 2016
1 parent 54d645c commit 14ce312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindICONV.cmake
Expand Up @@ -48,7 +48,7 @@ if(WIN32)
find_file(ICONV_DLL
NAMES ${ICONV_DLL_NAMES}
PATHS ENV PATH
NO_DEFAULT_PATH)
${ICONV_INCLUDE_DIR}/../bin)
find_file(ICONV_DLL_HELP
NAMES ${ICONV_DLL_NAMES}
PATHS ENV PATH
Expand Down

0 comments on commit 14ce312

Please sign in to comment.