summaryrefslogtreecommitdiff
path: root/CMake/FLTK-Functions.cmake
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-15 19:45:20 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2021-02-15 19:45:20 +0100
commitbbaec9bd88b309fbeec80d6d0118997f5b32def3 (patch)
treeabbf033c4d2afcd92b24a6719739e985c5ba8760 /CMake/FLTK-Functions.cmake
parentedd5818355c37d5c68b88642b68dd61d302b3d38 (diff)
Update CMake and make files, minor edits only
There are no functional changes to be expected, mostly formatting and comments.
Diffstat (limited to 'CMake/FLTK-Functions.cmake')
-rw-r--r--CMake/FLTK-Functions.cmake6
1 files changed, 1 insertions, 5 deletions
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
-#