diff options
Diffstat (limited to 'CMake/fl_debug_pkg.cmake')
| -rw-r--r-- | CMake/fl_debug_pkg.cmake | 6 |
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) |
