diff options
Diffstat (limited to 'Source/cmCoreTryCompile.h')
-rw-r--r-- | Source/cmCoreTryCompile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCoreTryCompile.h b/Source/cmCoreTryCompile.h index 1e70293..6ca08e8 100644 --- a/Source/cmCoreTryCompile.h +++ b/Source/cmCoreTryCompile.h @@ -30,7 +30,8 @@ public: * commands, such as TryRun can access the same logic without * duplication. */ - bool TryCompileCode(std::vector<std::string> const& argv, bool isTryRun); + bool TryCompileCode(std::vector<std::string> const& argv, + cmStateEnums::TargetType targetType); /** * This deletes all the files created by TryCompileCode. |