aboutsummaryrefslogtreecommitdiffstats
path: root/dev/a2-carsoccer/cmake/MessageMacros.cmake
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2021-09-27 21:44:53 -0500
committerMatt Strapp <matt@mattstrapp.net>2021-09-27 21:44:53 -0500
commitb38e870d6be22a377bf7b0fb5048801886ebaa77 (patch)
tree18e021a36e2f939892eb4895269f420274a341df /dev/a2-carsoccer/cmake/MessageMacros.cmake
parentPushed feedback file submission-p1 (diff)
downloadcsci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar
csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.gz
csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.bz2
csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.lz
csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.xz
csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.tar.zst
csci4611-b38e870d6be22a377bf7b0fb5048801886ebaa77.zip
Diffstat (limited to '')
-rw-r--r--dev/a2-carsoccer/cmake/MessageMacros.cmake34
1 files changed, 17 insertions, 17 deletions
diff --git a/dev/a2-carsoccer/cmake/MessageMacros.cmake b/dev/a2-carsoccer/cmake/MessageMacros.cmake
index 4628e5c..b2d08ee 100644
--- a/dev/a2-carsoccer/cmake/MessageMacros.cmake
+++ b/dev/a2-carsoccer/cmake/MessageMacros.cmake
@@ -1,17 +1,17 @@
-# This file is part of the MinVR cmake build system.
-# See the main MinVR/CMakeLists.txt file for authors, copyright, and license info.
-
-
-macro(h1 TITLE)
- string(TOUPPER ${TITLE} TITLE)
- message(STATUS "\n\n==== ${TITLE} ====")
-endmacro()
-
-macro(h2 TITLE)
- message(STATUS "\n* ${TITLE}")
-endmacro()
-
-macro(h3 TITLE)
- message(STATUS "- ${TITLE}")
-endmacro()
-
+# This file is part of the MinVR cmake build system.
+# See the main MinVR/CMakeLists.txt file for authors, copyright, and license info.
+
+
+macro(h1 TITLE)
+ string(TOUPPER ${TITLE} TITLE)
+ message(STATUS "\n\n==== ${TITLE} ====")
+endmacro()
+
+macro(h2 TITLE)
+ message(STATUS "\n* ${TITLE}")
+endmacro()
+
+macro(h3 TITLE)
+ message(STATUS "- ${TITLE}")
+endmacro()
+