diff options
author | Brad King <brad.king@kitware.com> | 2021-02-01 13:29:51 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-03 11:35:31 -0500 |
commit | b6071c93f556a2ee1ad30eae0f3a1dbbb5b5a1d7 (patch) | |
tree | b5057dae0a34d439afaa0f51293a56acf2e3b409 /Source/cmELF.h | |
parent | c28dbd7e308968089bf97df71d4fd74c99e718f1 (diff) | |
download | cmake-b6071c93f556a2ee1ad30eae0f3a1dbbb5b5a1d7.tar.gz |
Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER
We use the `CMake_` prefix for options affecting CMake itself.
Diffstat (limited to 'Source/cmELF.h')
-rw-r--r-- | Source/cmELF.h | 4 |
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; |