Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added parson to r.univar, r3.univar, v.univar #4

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions raster/r.univar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ build_program(
DEPENDS
grass_gis
grass_raster
grass_parson
LIBM
OPTIONAL_DEPENDS
OPENMP)
Expand All @@ -22,6 +23,7 @@ build_program(
grass_gis
grass_raster
grass_raster3d
grass_parson
LIBM
OPTIONAL_DEPENDS
OPENMP)
1 change: 1 addition & 0 deletions vector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ build_program_in_subdir(
grass_dbmidriver
grass_gis
grass_vector
grass_parson
GDAL
LIBM)

Expand Down
Loading