Skip to content

Commit

Permalink
fix CI 24
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 24, 2024
1 parent b4a1355 commit cb9e892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion imagery/i.ortho.photo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ build_program_in_subdir(
grass_imagery
grass_gis
grass_gmath
grass_raster)
grass_raster
LIBM)

build_program_in_subdir(i.ortho.target DEPENDS grass_iortho grass_imagery
grass_gis)
Expand Down
4 changes: 2 additions & 2 deletions raster/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ build_program_in_subdir(r.slope.aspect DEPENDS grass_gis grass_raster LIBM
OPTIONAL_DEPENDS OPENMP)

build_program_in_subdir(r.solute.transport DEPENDS grass_gis grass_raster
grass_gmath grass_gpde)
grass_gmath grass_gpde LIBM)

add_subdirectory(r.spread)

Expand All @@ -499,7 +499,7 @@ build_program_in_subdir(r.stats.zonal DEPENDS grass_gis grass_raster LIBM)

build_program_in_subdir(r.stats.quantile DEPENDS grass_gis grass_raster LIBM)

build_program_in_subdir(r.stats DEPENDS grass_gis grass_raster)
build_program_in_subdir(r.stats DEPENDS grass_gis grass_raster LIBM)

build_program_in_subdir(
r.stream.extract
Expand Down

0 comments on commit cb9e892

Please sign in to comment.