]> git.lyx.org Git - features.git/commitdiff
CMake: Add the same path hint for ICONV_DLL as for ICONV_DLL_HELP. Without this hint...
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 19 Aug 2011 14:04:51 +0000 (14:04 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 19 Aug 2011 14:04:51 +0000 (14:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39490 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/modules/FindICONV.cmake

index 6fb894c150b354eb46433045eabd4b9e63e0d321..55d8fa88fdb1b403d35e776193642d3e2374481e 100644 (file)
@@ -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