diff options
author | Brad King <brad.king@kitware.com> | 2009-09-17 12:25:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-17 12:25:33 (GMT) |
commit | ef8434284ff8126d2aa8d627aa9c7dd4d54a06ed (patch) | |
tree | 1d37d0a6b3d8cf4a934cca9d563c2fe5a30d0e77 /Source/cmMakefileLibraryTargetGenerator.cxx | |
parent | ab64fba44fb0703ea7ef369524c22c60bb0397f2 (diff) | |
download | CMake-ef8434284ff8126d2aa8d627aa9c7dd4d54a06ed.zip CMake-ef8434284ff8126d2aa8d627aa9c7dd4d54a06ed.tar.gz CMake-ef8434284ff8126d2aa8d627aa9c7dd4d54a06ed.tar.bz2 |
Remove old check for duplicate subdirectories
In cmMakefile::AddSubDirectory we were checking for addition of the same
source directory multiple times. However, the check code was incorrect
because it compared pointers instetad of pointed-to strings. Since the
check was written, a better check was added right after it to enforce
unique binary directories (in which case duplicate sources are fine).
This commit simply removes the old-style check code.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
0 files changed, 0 insertions, 0 deletions