diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2016-08-12 19:06:35 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2016-08-15 13:34:06 (GMT) |
commit | 2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a (patch) | |
tree | 5f3a320167a506f8215c9b925d3c1f5babfa6b66 /Source/cmExtraEclipseCDT4Generator.cxx | |
parent | f99df80794df7acc383d93d47b5da3ac8450e117 (diff) | |
download | CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.zip CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.gz CMake-2bdba83e4bbd5435ee6faf5a2eedec4f0d0dfb0a.tar.bz2 |
issues: update references to the CMake issue tracker
References to specific comments are left as-is since comments were not
migrated.
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r-- | Source/cmExtraEclipseCDT4Generator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx index 8091bcf..7a277c0 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -404,8 +404,8 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile() if (this->IsOutOfSourceBuild) { // create a linked resource to CMAKE_SOURCE_DIR // (this is not done anymore for each project because of - // http://public.kitware.com/Bug/view.php?id=9978 and because I found it - // actually quite confusing in bigger projects with many directories and + // https://gitlab.kitware.com/cmake/cmake/issues/9978 and because I found + // it actually quite confusing in bigger projects with many directories and // projects, Alex std::string sourceLinkedResourceName = "[Source directory]"; |