From 0771bc6cee82e23c2567774dc4c1317c10f34505 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 13 Feb 2024 14:47:28 +0100 Subject: CMake: improve formatting, remove debug statements --- CMake/fl_debug_pkg.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMake/fl_debug_pkg.cmake') diff --git a/CMake/fl_debug_pkg.cmake b/CMake/fl_debug_pkg.cmake index 1eebb63a6..4e4030102 100644 --- a/CMake/fl_debug_pkg.cmake +++ b/CMake/fl_debug_pkg.cmake @@ -28,7 +28,7 @@ # Example for package "cairo": # # pkg_check_modules (CAIRO cairo) -# fl_debug_pkg (CAIRO cairo) +# fl_debug_pkg(CAIRO cairo) # # The first command searches for pkg 'cairo' and stores the results # in CMake variables with prefix 'CAIRO_'. @@ -38,7 +38,7 @@ # ####################################################################### -macro (fl_debug_pkg PREFIX NAME) +macro(fl_debug_pkg PREFIX NAME) message("") message(STATUS "Results of pkg_check_modules(${PREFIX}, ${NAME}):") fl_debug_var(${PREFIX}_FOUND) @@ -66,4 +66,4 @@ macro (fl_debug_pkg PREFIX NAME) endif() message("") -endmacro (fl_debug_pkg) +endmacro(fl_debug_pkg) -- cgit v1.2.3