Skip to content

Commit a58d92b

Browse files
Update manylinux.sh
1 parent d7aa8bb commit a58d92b

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
@@ -62,7 +62,7 @@ fi
6262
cd build
6363
# Configure the build with CMake
6464
echo "Configuring the build with CMake..."
65-
cmake .. -DCMAKE_CUDA_FLAGS="-ccbin /usr/bin/gcc"
65+
cmake .. -DCMAKE_CUDA_HOST_COMPILER="/usr/bin/gcc"
6666
cmake --build .
6767
cmake --install .
6868

0 commit comments

Comments
 (0)