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 d7aa8bb commit a58d92bCopy full SHA for a58d92b
scripts/build-env/manylinux.sh
@@ -62,7 +62,7 @@ fi
62
cd build
63
# Configure the build with CMake
64
echo "Configuring the build with CMake..."
65
-cmake .. -DCMAKE_CUDA_FLAGS="-ccbin /usr/bin/gcc"
+cmake .. -DCMAKE_CUDA_HOST_COMPILER="/usr/bin/gcc"
66
cmake --build .
67
cmake --install .
68
0 commit comments