diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-11 21:02:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-11 21:02:10 (GMT) |
commit | 789267c94903f23d231e16de6ff50a2926dcf8e4 (patch) | |
tree | 8effdfe67c6a239421ca6977ff21675de2552bff /Source/cmFindFileCommand.h | |
parent | cdc65cfebfc0a2f5b0ecbc0a61d3f14c4989955a (diff) | |
download | CMake-789267c94903f23d231e16de6ff50a2926dcf8e4.zip CMake-789267c94903f23d231e16de6ff50a2926dcf8e4.tar.gz CMake-789267c94903f23d231e16de6ff50a2926dcf8e4.tar.bz2 |
ENH: speed improvements
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index e957719..f55e32d 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -49,7 +49,7 @@ public: * This determines if the command gets propagated down * to makefiles located in subdirectories. */ - virtual bool IsInherited() { return true; } + virtual bool IsInherited() { return false; } /** * The name of the command as specified in CMakeList.txt. |