diff options
author | Brad King <brad.king@kitware.com> | 2016-05-06 12:22:33 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-06 12:22:33 (GMT) |
commit | 73601ff831faa80a188e5997ee048b6986b00a5c (patch) | |
tree | 553f5befdeeb6897d0e58f4dd9e96cd2dd7f8c1d /Source/cmLocalGenerator.cxx | |
parent | 058b22cd5a544aea09a59dc90c9d642662844ea3 (diff) | |
parent | 5e4287131bc53824eac949dcc56a4cee9f6f907d (diff) | |
download | CMake-73601ff831faa80a188e5997ee048b6986b00a5c.zip CMake-73601ff831faa80a188e5997ee048b6986b00a5c.tar.gz CMake-73601ff831faa80a188e5997ee048b6986b00a5c.tar.bz2 |
Merge topic 'ghs-hash-object-locations'
5e428713 GHS: Shorten long object paths with duplicate source names
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 6c2ba05..6db18f7 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -2667,7 +2667,6 @@ cmLocalGeneratorShortenObjectName(std::string& objName, } } -static bool cmLocalGeneratorCheckObjectName(std::string& objName, std::string::size_type dir_len, std::string::size_type max_total_len) |