From cb9e892cdf30fd0a077b11e338c5d30824b703a0 Mon Sep 17 00:00:00 2001 From: Nicklas Larsson Date: Fri, 24 May 2024 22:15:24 +0200 Subject: [PATCH] fix CI 24 --- imagery/i.ortho.photo/CMakeLists.txt | 3 ++- raster/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/imagery/i.ortho.photo/CMakeLists.txt b/imagery/i.ortho.photo/CMakeLists.txt index e41e6ede9a7..7036ca88530 100644 --- a/imagery/i.ortho.photo/CMakeLists.txt +++ b/imagery/i.ortho.photo/CMakeLists.txt @@ -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) diff --git a/raster/CMakeLists.txt b/raster/CMakeLists.txt index 9f4f9bfe3ab..aba8ff81fdd 100644 --- a/raster/CMakeLists.txt +++ b/raster/CMakeLists.txt @@ -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) @@ -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