Skip to content

Commit 669678b

Browse files
Update command/cmake.pm
Co-authored-by: Adam Mitz <[email protected]>
1 parent df4327d commit 669678b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/cmake.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ sub Run ($)
140140

141141
# Change to Build Directory
142142
my $build_cd = ChangeDir->new({dir => $build_dir});
143-
return {'failure' => 'fatal'} unless ($build_cd);
143+
return {failure => 'fatal'} unless ($build_cd);
144144

145145
# Run Configure CMake Command
146146
if (!utility::run_command ("$cmake_command $config_args", $result)) {

0 commit comments

Comments
 (0)