diff options
Diffstat (limited to 'Source/cmFindPathCommand.h')
-rw-r--r-- | Source/cmFindPathCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h index 5e9c83b..f4a4f01 100644 --- a/Source/cmFindPathCommand.h +++ b/Source/cmFindPathCommand.h @@ -53,7 +53,7 @@ public: /** * The name of the command as specified in CMakeList.txt. */ - virtual const char* GetName() {return "FIND_PATH";} + virtual const char* GetName() {return "find_path";} /** * Succinct documentation. |