Skip to content

Commit

Permalink
do not build virtual raster without analysis
Browse files Browse the repository at this point in the history
fix building without analysis
  • Loading branch information
3nids committed Aug 17, 2021
1 parent 179cb1d commit f90dd38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/providers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ if (NOT FORCE_STATIC_LIBS)
add_subdirectory(gpx)
add_subdirectory(db2)
add_subdirectory(mdal)
add_subdirectory(virtualraster)
if (WITH_ANALYSIS)
add_subdirectory(virtualraster)
endif()

if (WITH_SPATIALITE)
add_subdirectory(spatialite)
Expand Down

0 comments on commit f90dd38

Please sign in to comment.