Skip to content

Commit

Permalink
osgeo4w: fix nightlies (followup 766149b)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 16, 2019
1 parent ac4e14a commit 4009193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/package-nightly.cmd
Expand Up @@ -50,7 +50,7 @@ if not exist "%SETUPAPI_LIBRARY%" (echo SETUPAPI_LIBRARY not found & goto error)

set CMAKE_OPT=^
-D CMAKE_CXX_FLAGS_RELWITHDEBINFO="/MD /ZI /MP /Od /D NDEBUG /D ACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ^
-D CMAKE_C_FLAGS_RELEASE="/MD /ZI /MP /Od /D NDEBUG /D ACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ^
-D CMAKE_C_FLAGS_RELWITHDEBINFO="/MD /ZI /MP /Od /D NDEBUG /D ACCEPT_USE_OF_DEPRECATED_PROJ_API_H" ^
-D CMAKE_PDB_OUTPUT_DIRECTORY_RELWITHDEBINFO=%BUILDDIR%\apps\%PACKAGENAME%\pdb ^
-D SPATIALINDEX_LIBRARY=%O4W_ROOT%/lib/spatialindex-32.lib
goto cmake
Expand Down

0 comments on commit 4009193

Please sign in to comment.