summaryrefslogtreecommitdiffstats
path: root/Source/cmUtils.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmUtils.hxx')
-rw-r--r--Source/cmUtils.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmUtils.hxx b/Source/cmUtils.hxx
index a7a3e81..733e72f 100644
--- a/Source/cmUtils.hxx
+++ b/Source/cmUtils.hxx
@@ -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 cmUtils_hxx
-#define cmUtils_hxx
+#pragma once
#include "cmsys/SystemTools.hxx"
@@ -13,5 +12,3 @@ inline bool isCMakeVerbose()
return (cmSystemTools::HasEnv("VERBOSE") &&
!cmSystemTools::HasEnv("CMAKE_NO_VERBOSE"));
}
-
-#endif