openbabel, fix for 32bit (#13484)

This commit is contained in:
Schrijvers Luc
2025-12-25 06:57:12 +01:00
committed by GitHub
parent c1714c6421
commit ca0144eda4

View File

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