diff options
Diffstat (limited to 'Source/cmTryRunCommand.cxx')
-rw-r--r-- | Source/cmTryRunCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryRunCommand.cxx b/Source/cmTryRunCommand.cxx index b42a6ce..2cf75e2 100644 --- a/Source/cmTryRunCommand.cxx +++ b/Source/cmTryRunCommand.cxx @@ -192,7 +192,7 @@ bool TryRunCommandImpl::TryRunCode(std::vector<std::string> const& argv) this->CompileResultVariable = argv[1]; // do the try compile - bool compiled = this->TryCompileCode(tryCompile, true); + bool compiled = this->TryCompileCode(tryCompile, cmStateEnums::EXECUTABLE); // now try running the command if it compiled if (compiled) { |