Another attempt to fix 32bit (#13485)

This commit is contained in:
Schrijvers Luc
2025-12-25 07:10:13 +01:00
committed by GitHub
parent ca0144eda4
commit 03b3a240f6

View File

@@ -112,7 +112,7 @@ BUILD()
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DCMAKE_INSTALL_BINDIR=$commandBinDir \
-DLIB_SUFFIX="$secondaryArchSuffix" \
-DLIB_SUFFIX="$secondaryArchSubDir" \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_SKIP_RPATH=YES \
-DBUILD_TESTING=OFF \