Skip to content

Commit f850973

Browse files
committed
FIX: Version of cmake breaking install
FIX: Version of cmake is being too tight specified, can be more loosely defined using only major version indicator. Breaking install for ubuntu 24.04 and later versions. Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent 334a890 commit f850973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_build_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function install_ubuntu_package_dependencies()
7474
llvm \
7575
m4 \
7676
meson \
77-
nasm cmake=3.22* \
77+
nasm cmake=3.* \
7878
pkg-config \
7979
python3-dev \
8080
python3-pyelftools \

0 commit comments

Comments
 (0)