Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER

We use the `CMake_` prefix for options affecting CMake itself.
This commit is contained in:
Brad King
2021-02-01 13:29:51 -05:00
parent c28dbd7e30
commit b6071c93f5
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2059,7 +2059,7 @@ bool cmGeneratorTarget::IsChrpathUsed(const std::string& config) const
return true;
}
#if defined(CMAKE_USE_ELF_PARSER)
#if defined(CMake_USE_ELF_PARSER)
// Enable if the rpath flag uses a separator and the target uses ELF
// binaries.
std::string ll = this->GetLinkerLanguage(config);