summaryrefslogtreecommitdiff
path: root/Source/cmFindPathCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindPathCommand.h')
-rw-r--r--Source/cmFindPathCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h
index 273e921d8e..82419085ae 100644
--- a/Source/cmFindPathCommand.h
+++ b/Source/cmFindPathCommand.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.