Skip to content

Commit 417d3f6

Browse files
authored
Merge pull request #848 from mhashizume/maint/main/al2-cmake
2 parents cb55e96 + 605bdc9 commit 417d3f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

configs/components/yaml-cpp.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44

55
# Build-time Configuration
66
cmake_toolchain_file = ''
7-
cmake = '/usr/bin/cmake'
87
make = 'make'
98
mkdir = 'mkdir'
9+
cmake = if platform.name =~ /amazon-7-aarch64/
10+
'/usr/bin/cmake3'
11+
else
12+
'cmake'
13+
end
1014

1115
if platform.is_cross_compiled_linux?
1216
# We're using the x86_64 version of cmake

0 commit comments

Comments
 (0)