summaryrefslogtreecommitdiff
path: root/CMake/fl_debug_pkg.cmake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-02-13 14:47:28 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-02-13 15:10:06 +0100
commit0771bc6cee82e23c2567774dc4c1317c10f34505 (patch)
tree363dc85e16309632416980bb9b0e6b27df0d2dc4 /CMake/fl_debug_pkg.cmake
parentbddcecd28ad2046ab9b13617a04cb4831510da88 (diff)
CMake: improve formatting, remove debug statements
Diffstat (limited to 'CMake/fl_debug_pkg.cmake')
-rw-r--r--CMake/fl_debug_pkg.cmake6
1 files changed, 3 insertions, 3 deletions
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)