summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.h
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-11-16 20:12:23 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-11-17 18:55:52 (GMT)
commit91a7c0b51c217492231ade3e17cbe40cb1d8be4e (patch)
treea97a16c9ef4ad5257af71edadafbc64d0e4cb03e /Source/cmCPluginAPI.h
parentaa0c99c55c44c131f8f971a3a43178396036e5d5 (diff)
downloadCMake-91a7c0b51c217492231ade3e17cbe40cb1d8be4e.zip
CMake-91a7c0b51c217492231ade3e17cbe40cb1d8be4e.tar.gz
CMake-91a7c0b51c217492231ade3e17cbe40cb1d8be4e.tar.bz2
CMake: fix violations of #pragma once check
Diffstat (limited to 'Source/cmCPluginAPI.h')
-rw-r--r--Source/cmCPluginAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCPluginAPI.h b/Source/cmCPluginAPI.h
index 19626f0..0d8a366 100644
--- a/Source/cmCPluginAPI.h
+++ b/Source/cmCPluginAPI.h
@@ -8,7 +8,7 @@
loosely into four groups 1) Utility 2) cmMakefile 3) cmSourceFile 4)
cmSystemTools. Within each grouping functions are listed alphabetically */
/*=========================================================================*/
-#ifndef cmCPluginAPI_h
+#ifndef cmCPluginAPI_h /* NOLINT(cmake-use-pragma-once) */
#define cmCPluginAPI_h
#define CMAKE_VERSION_MAJOR 2