Skip to content

Commit 97ff1f9

Browse files
Update manylinux.sh
1 parent 6e8b862 commit 97ff1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-env/manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fi
6161
cd build
6262
# Configure the build with CMake
6363
echo "Configuring the build with CMake..."
64-
cmake .. -DCMAKE_CUDA_FLAGS="--allow-unsupported-compiler"
64+
cmake ..
6565
cmake --build .
6666
cmake --install .
6767

0 commit comments

Comments
 (0)