From 9ade016a901db50d0e0135deb9cae3d87e487440 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Fri, 19 Aug 2011 14:04:51 +0000 Subject: [PATCH] CMake: Add the same path hint for ICONV_DLL as for ICONV_DLL_HELP. Without this hint, the former could not be found while the latter could. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39490 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/modules/FindICONV.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/modules/FindICONV.cmake b/development/cmake/modules/FindICONV.cmake index 6fb894c150..55d8fa88fd 100644 --- a/development/cmake/modules/FindICONV.cmake +++ b/development/cmake/modules/FindICONV.cmake @@ -55,7 +55,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