Skip to content

Commit d7aa8bb

Browse files
Update manylinux.sh
1 parent a0ce031 commit d7aa8bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/build-env/manylinux.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ fi
6262
cd build
6363
# Configure the build with CMake
6464
echo "Configuring the build with CMake..."
65-
cmake .. \
66-
-DCMAKE_C_COMPILER="/usr/bin/gcc" \
67-
-DCMAKE_CXX_COMPILER="/usr/bin/g++" \
68-
-DCMAKE_CUDA_COMPILER="$(which nvcc)" \
69-
-DCMAKE_CUDA_FLAGS="-ccbin /usr/bin/gcc"
65+
cmake .. -DCMAKE_CUDA_FLAGS="-ccbin /usr/bin/gcc"
7066
cmake --build .
7167
cmake --install .
7268

0 commit comments

Comments
 (0)