From bed6027cf05c2b94b573c5afe5be708482e1577d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 13 Mar 2022 19:42:14 +0100 Subject: CMake: Improve configuration summary, add fl_debug_pkg macro fl_debug_pkg(...) can be used to display CMake variables set by executing pkg_check_modules(). This is for CMake debugging only. The CMake configuration summary displays configuration options of Wayland, Pango, Xft, and Cairo configuration. --- CMake/fl_debug_var.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMake/fl_debug_var.cmake') diff --git a/CMake/fl_debug_var.cmake b/CMake/fl_debug_var.cmake index 865f2a895..23417ede3 100644 --- a/CMake/fl_debug_var.cmake +++ b/CMake/fl_debug_var.cmake @@ -1,8 +1,7 @@ # # Macro used by the CMake build system for the Fast Light Tool Kit (FLTK). -# Written by Michael Surette # -# Copyright 1998-2020 by Bill Spitzak and others. +# Copyright 1998-2022 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this -- cgit v1.2.3