Revision 2b0256c5ade94ca19467fd42075b3c22bd3856f2 authored by Brad King on 02 February 2017, 13:55:31 UTC, committed by CMake Topic Stage on 02 February 2017, 13:55:31 UTC
645dd3ca FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string

2 parent s 3e34049 + 645dd3c
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top