diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-10 12:35:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-12 19:18:11 (GMT) |
commit | b4ff38a5ef8bfae4d64ecc94346dd97134edb6ae (patch) | |
tree | 9234fd86e17ee31b0219714dc9eb2d73b8a97b81 /Source/cmGlobalGenerator.cxx | |
parent | 8aeddf1f03962ccee675265d185b13c1551e148c (diff) | |
download | CMake-b4ff38a5ef8bfae4d64ecc94346dd97134edb6ae.zip CMake-b4ff38a5ef8bfae4d64ecc94346dd97134edb6ae.tar.gz CMake-b4ff38a5ef8bfae4d64ecc94346dd97134edb6ae.tar.bz2 |
cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index f90b06f..a50721c 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1076,7 +1076,7 @@ void cmGlobalGenerator::AddCMP0042WarnTarget(const std::string& target) this->CMP0042WarnTargets.insert(target); } -bool cmGlobalGenerator::CheckALLOW_DUPLICATE_CUSTOM_TARGETS() +bool cmGlobalGenerator::CheckALLOW_DUPLICATE_CUSTOM_TARGETS() const { // If the property is not enabled then okay. if(!this->CMakeInstance |