summaryrefslogtreecommitdiffstats
path: root/Source/cmVersionMacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVersionMacros.h')
-rw-r--r--Source/cmVersionMacros.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmVersionMacros.h b/Source/cmVersionMacros.h
index e8ac4f8..f33f0df 100644
--- a/Source/cmVersionMacros.h
+++ b/Source/cmVersionMacros.h
@@ -1,7 +1,6 @@
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
-#ifndef cmVersionMacros_h
-#define cmVersionMacros_h
+#pragma once
#include "cmVersionConfig.h"
@@ -9,5 +8,3 @@
#if CMake_VERSION_PATCH_IS_RELEASE(CMake_VERSION_PATCH)
# define CMake_VERSION_IS_RELEASE 1
#endif
-
-#endif