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 47bb4a1 commit cb8309eCopy full SHA for cb8309e
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_CUDA_COMPILER="$(which nvcc)"
65
cmake --build .
66
cmake --install .
67
0 commit comments