Skip to content
Snippets Groups Projects
Commit 14519117 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: use xdk\share\proj instead of xdk\share for PROJ_LIB dir

parent d95c4ba2
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ if(WIN32)
set(ENV{PATH} "${XDK_PATH_NATIVE}\\bin;$ENV{PATH}" )
set(ENV{PATH} "$ENV{PATH};${XDK_PATH_NATIVE}\\lib" )
set(ENV{GDAL_DATA} "${XDK_PATH_NATIVE}\\data" )
set(ENV{PROJ_LIB} "${XDK_PATH_NATIVE}\\share" )
set(ENV{PROJ_LIB} "${XDK_PATH_NATIVE}\\share\\proj" )
# needed to load Qt plugins for testing, not for binary packages where we use a qt.conf file
set(ENV{QT_PLUGIN_PATH} "${XDK_PATH_NATIVE}\\plugins")
set( CTEST_ENVIRONMENT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment