summaryrefslogtreecommitdiff
path: root/Source/cmELF.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r--Source/cmELF.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmELF.h b/Source/cmELF.h
index 99eb4f48b5..c479e2b951 100644
--- a/Source/cmELF.h
+++ b/Source/cmELF.h
@@ -10,8 +10,8 @@
#include <utility>
#include <vector>
-#if !defined(CMAKE_USE_ELF_PARSER)
-# error "This file may be included only if CMAKE_USE_ELF_PARSER is enabled."
+#if !defined(CMake_USE_ELF_PARSER)
+# error "This file may be included only if CMake_USE_ELF_PARSER is enabled."
#endif
class cmELFInternal;