Skip to content
Open
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/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ build_program_in_subdir(
grass_gproj
${LIBM}
PRIMARY_DEPENDS
PROJ::proj
GDAL::GDAL)

build_program_in_subdir(r.external.out DEPENDS grass_gis grass_raster grass_gproj
Expand Down Expand Up @@ -271,6 +272,7 @@ build_program_in_subdir(
grass_imagery
${LIBM}
PRIMARY_DEPENDS
PROJ::proj
GDAL::GDAL)

build_program_in_subdir(r.in.gridatb DEPENDS grass_gis grass_raster)
Expand Down
2 changes: 1 addition & 1 deletion raster/r.external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MODULE_TOPDIR = ../..

PGM = r.external

LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(GDALLIBS) $(MATHLIB) $(IMAGERYLIB)
LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(GDALLIBS) $(MATHLIB) $(IMAGERYLIB) $(PROJLIB)
DEPENDENCIES = $(GPROJDEP) $(RASTERDEP) $(GISDEP) $(IMAGERYDEP)
EXTRA_INC = $(PROJINC) $(GDALCFLAGS)

Expand Down
Loading
Loading