Revision eda4c43879522438622ad75a5204666011198203 authored by Francisco Facioni on 25 June 2019, 16:59:08 UTC, committed by Brad King on 25 June 2019, 18:30:36 UTC
Fix the logic added by commit d91b5a72cd (Ninja: Add support for CUDA
nvcc response files, 2019-05-30, v3.15.0-rc1~8^2) to always use the CUDA
compiler response file flag for response files during device linking.
1 parent 5c78809
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top