Skip to content

Commit 2280c59

Browse files
committed
Revert "build-lldb-mi: Fix building with CMake 4.0"
This reverts commit debafe1. This workaround is no longer needed as this is fixed in upstream lldb-mi.
1 parent f92375b commit 2280c59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-lldb-mi.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ cd $BUILDDIR
140140
[ -n "$NO_RECONF" ] || rm -rf CMake*
141141
cmake \
142142
${CMAKE_GENERATOR+-G} "$CMAKE_GENERATOR" \
143-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
144143
-DCMAKE_INSTALL_PREFIX="$PREFIX" \
145144
-DCMAKE_BUILD_TYPE=Release \
146145
$CMAKEFLAGS \

0 commit comments

Comments
 (0)