Skip to content

Commit

Permalink
Added parson to r.info, r.profile, v.info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh1998 committed Jul 15, 2024
1 parent 45dad8f commit 4b2aa27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions raster/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ if(NOT MSVC)
build_program_in_subdir(r.in.xyz DEPENDS grass_gis grass_raster LIBM)
endif()
build_program_in_subdir(r.info TEST_SOURCES "test_r_info.py" DEPENDS grass_gis LIBM
grass_raster)
grass_raster grass_parson)

build_program_in_subdir(r.kappa DEPENDS grass_gis grass_raster LIBM)

Expand Down Expand Up @@ -376,7 +376,7 @@ build_program_in_subdir(r.patch DEPENDS grass_gis grass_raster OPTIONAL_DEPENDS

build_program_in_subdir(r.path DEPENDS grass_gis grass_raster grass_vector)

build_program_in_subdir(r.profile DEPENDS grass_gis grass_raster LIBM)
build_program_in_subdir(r.profile DEPENDS grass_gis grass_raster grass_parson LIBM)

build_program_in_subdir(
r.proj
Expand Down
3 changes: 2 additions & 1 deletion vector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ build_program_in_subdir(
grass_dbmidriver
grass_dig2
grass_gis
grass_vector)
grass_vector
grass_parson)

build_program_in_subdir(
v.in.ascii
Expand Down

0 comments on commit 4b2aa27

Please sign in to comment.