star-cmap

Mapping values onto color ramps
git clone git://git.meso-star.fr/star-cmap.git
Log | Files | Refs | README | LICENSE

commit 6291a36e379618e8d877e627ec319ee26a8296d0
parent 4b59d5da989c761bbc59fa6c064ee7660bf42e4b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 27 Jul 2023 15:01:11 +0200

Remove a trailing space in CMakeLists.txt

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -128,7 +128,7 @@ if(NOT NO_TEST) add_test(test_scmap_palettes_ylorrd test_scmap_palettes "ylorrd") add_test(test_scmap_palettes_ylrd test_scmap_palettes "ylrd") - if(CMAKE_COMPILER_IS_GNUCC) + if(CMAKE_COMPILER_IS_GNUCC) target_link_libraries(test_scmap_fetch_color m) endif()