Skip to content

Commit 8363bf0

Browse files
author
jef
committed
actually use iconv include path
git-svn-id: http://svn.osgeo.org/qgis/trunk@10476 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f575d7c commit 8363bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ ENDIF (WITH_INTERNAL_SQLITE3)
9797

9898
IF (WITH_INTERNAL_SPATIALITE)
9999
IF (WIN32)
100+
INCLUDE_DIRECTORIES(${ICONV_INCLUDE_DIR})
100101
ADD_DEFINITIONS(-DDLL_EXPORT)
101102
IF (MSVC)
102103
ADD_DEFINITIONS("-DSQLITE_API=__declspec(dllexport)")

0 commit comments

Comments
 (0)