diff --git a/raster/CMakeLists.txt b/raster/CMakeLists.txt index 53a59863b45..5e36e052ab2 100644 --- a/raster/CMakeLists.txt +++ b/raster/CMakeLists.txt @@ -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) @@ -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 diff --git a/vector/CMakeLists.txt b/vector/CMakeLists.txt index e769b7a592b..4f10da34d6e 100644 --- a/vector/CMakeLists.txt +++ b/vector/CMakeLists.txt @@ -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