Skip to content

Commit f4ff5ea

Browse files
committed
Update setup_build_env.sh
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent f850973 commit f4ff5ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup_build_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function install_ubuntu_package_dependencies()
5353
build-essential \
5454
ca-certificates \
5555
clang \
56+
cmake>=3.16 \
5657
curl \
5758
dracut \
5859
gcc-multilib \
@@ -74,7 +75,7 @@ function install_ubuntu_package_dependencies()
7475
llvm \
7576
m4 \
7677
meson \
77-
nasm cmake=3.* \
78+
nasm \
7879
pkg-config \
7980
python3-dev \
8081
python3-pyelftools \

0 commit comments

Comments
 (0)