Remove --target tde2e

It's not needed since b5f2470b79
This commit is contained in:
Ilya Fedin
2026-01-27 01:03:10 +04:00
committed by John Preston
parent 76e597f57f
commit dc3d4ad873
+3 -3
View File
@@ -1859,7 +1859,7 @@ win:
-DTD_ENABLE_MULTI_PROCESSOR_COMPILATION=ON ^
-DTD_E2E_ONLY=ON ^
../..
cmake --build . --config Debug --target tde2e
cmake --build . --config Debug
release:
cd ..
mkdir Release
@@ -1881,7 +1881,7 @@ release:
-DTD_ENABLE_MULTI_PROCESSOR_COMPILATION=ON ^
-DTD_E2E_ONLY=ON ^
../..
cmake --build . --config Release --target tde2e
cmake --build . --config Release
mac:
buildTd() {
BUILD_CONFIG=$1
@@ -1898,7 +1898,7 @@ mac:
-DZLIB_LIBRARIES=$USED_PREFIX/lib/libz.a \
-DTD_E2E_ONLY=ON \
../..
cmake --build . --config $BUILD_CONFIG --target tde2e
cmake --build .
cd ../..
}