diff options
Diffstat (limited to 'Source/cmTryRunCommand.h')
-rw-r--r-- | Source/cmTryRunCommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTryRunCommand.h b/Source/cmTryRunCommand.h index 40c3de5..b11a7c4 100644 --- a/Source/cmTryRunCommand.h +++ b/Source/cmTryRunCommand.h @@ -17,14 +17,14 @@ #ifndef cmTryRunCommand_h #define cmTryRunCommand_h -#include "cmCommand.h" +#include "cmCoreTryCompile.h" /** \class cmTryRunCommand * \brief Specifies where to install some files * * cmTryRunCommand is used to test if soucre code can be compiled */ -class cmTryRunCommand : public cmCommand +class cmTryRunCommand : public cmCoreTryCompile { public: /** @@ -75,7 +75,7 @@ public: "output and standard error into."; } - cmTypeMacro(cmTryRunCommand, cmCommand); + cmTypeMacro(cmTryRunCommand, cmCoreTryCompile); }; |