We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4327d commit 669678bCopy full SHA for 669678b
command/cmake.pm
@@ -140,7 +140,7 @@ sub Run ($)
140
141
# Change to Build Directory
142
my $build_cd = ChangeDir->new({dir => $build_dir});
143
- return {'failure' => 'fatal'} unless ($build_cd);
+ return {failure => 'fatal'} unless ($build_cd);
144
145
# Run Configure CMake Command
146
if (!utility::run_command ("$cmake_command $config_args", $result)) {
0 commit comments