We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbe3c9 commit 78588bcCopy full SHA for 78588bc
scripts/build-env/manylinux.sh
@@ -61,7 +61,7 @@ fi
61
cd build
62
# Configure the build with CMake
63
echo "Configuring the build with CMake..."
64
-cmake ..
+cmake .. -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
65
cmake --build .
66
cmake --install .
67
0 commit comments