From bbaec9bd88b309fbeec80d6d0118997f5b32def3 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 15 Feb 2021 19:45:20 +0100 Subject: Update CMake and make files, minor edits only There are no functional changes to be expected, mostly formatting and comments. --- CMake/FLTK-Functions.cmake | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'CMake/FLTK-Functions.cmake') diff --git a/CMake/FLTK-Functions.cmake b/CMake/FLTK-Functions.cmake index 14e96d7cc..2c29efe73 100644 --- a/CMake/FLTK-Functions.cmake +++ b/CMake/FLTK-Functions.cmake @@ -2,7 +2,7 @@ # FLTK-Functions.cmake # Written by Michael Surette # -# Copyright 1998-2020 by Bill Spitzak and others. +# Copyright 1998-2021 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 @@ -49,7 +49,3 @@ function (FLTK_SET_BUNDLE_ICON TARGET ICON_PATH) RESOURCE "${ICON_PATH}" ) endfunction (FLTK_SET_BUNDLE_ICON TARGET ICON_PATH) - -# -# End of file -# -- cgit v1.2.3