summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-04-11 17:02:10 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2002-04-11 17:02:10 -0400
commit789267c94903f23d231e16de6ff50a2926dcf8e4 (patch)
tree8effdfe67c6a239421ca6977ff21675de2552bff /Source/cmFindLibraryCommand.h
parentcdc65cfebfc0a2f5b0ecbc0a61d3f14c4989955a (diff)
downloadcmake-789267c94903f23d231e16de6ff50a2926dcf8e4.tar.gz
ENH: speed improvements
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r--Source/cmFindLibraryCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h
index 7c4a75af6e..ffa9a81424 100644
--- a/Source/cmFindLibraryCommand.h
+++ b/Source/cmFindLibraryCommand.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.