Skip to content

Commit

Permalink
fix CI 20
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 24, 2024
1 parent a3548e7 commit 7efc394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imagery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ build_program_in_subdir(i.eb.eta DEPENDS grass_imagery grass_raster
build_program_in_subdir(i.eb.hsebal01 DEPENDS grass_imagery grass_raster
grass_vector grass_gis LIBM)
build_program_in_subdir(i.eb.netrad DEPENDS grass_imagery grass_raster
grass_vector grass_gis)
grass_vector grass_gis LIBM)
build_program_in_subdir(i.eb.soilheatflux DEPENDS grass_imagery grass_raster
grass_vector grass_gis LIBM)

Expand Down
6 changes: 4 additions & 2 deletions raster/r.colors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ build_program(
DEPENDS
grass_gis
grass_raster
grass_raster3d)
grass_raster3d
LIBM)

build_program(
NAME
Expand All @@ -19,4 +20,5 @@ build_program(
DEPENDS
grass_gis
grass_raster
grass_raster3d)
grass_raster3d
LIBM)

0 comments on commit 7efc394

Please sign in to comment.