diff options
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r-- | Source/cmFindLibraryCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index 7c4a75a..ffa9a81 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. |