https://github.com/Kitware/CMake
Revision 1aa5c1bec82537ccbff8e05ae989b8befbdd286e authored by Stephen Sorley on 11 August 2016, 19:54:28 UTC, committed by Brad King on 12 August 2016, 13:28:38 UTC
Commit 7229ae72 (FindCUDA: Refactor Android(Tegra) support, 2016-04-19)
changed the logic to only add librt to the link line for CUDA versions
6.5 and older.  However, newer versions of CUDA still require librt.
1 parent aab1f6e
Raw File
Tip revision: 1aa5c1bec82537ccbff8e05ae989b8befbdd286e authored by Stephen Sorley on 11 August 2016, 19:54:28 UTC
FindCUDA: Fix missing librt on Linux when using static cuda runtime.
Tip revision: 1aa5c1b
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top