diff options
author | Brad King <brad.king@kitware.com> | 2021-02-01 18:29:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-03 16:35:31 (GMT) |
commit | b6071c93f556a2ee1ad30eae0f3a1dbbb5b5a1d7 (patch) | |
tree | b5057dae0a34d439afaa0f51293a56acf2e3b409 /Source/cmGeneratorTarget.cxx | |
parent | c28dbd7e308968089bf97df71d4fd74c99e718f1 (diff) | |
download | CMake-b6071c93f556a2ee1ad30eae0f3a1dbbb5b5a1d7.zip CMake-b6071c93f556a2ee1ad30eae0f3a1dbbb5b5a1d7.tar.gz CMake-b6071c93f556a2ee1ad30eae0f3a1dbbb5b5a1d7.tar.bz2 |
Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSER
We use the `CMake_` prefix for options affecting CMake itself.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r-- | Source/cmGeneratorTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx index aaefe9c..9a70b16 100644 --- a/Source/cmGeneratorTarget.cxx +++ b/Source/cmGeneratorTarget.cxx @@ -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); |