Re: [cmake-developers] Bugfix: Default behavior of CUDA_USE_STATIC_CUDA_RUNTIME

2016-08-11 Thread Sorley, Stephen L.
The previous fix uncovered another bug from commit 7229ae7. That commit dropped librt from the link line when using static linking with CUDA 7.0 or newer on Linux. However, librt is still required on the link line in newer CUDA versions, I get linker errors without it. I've attached a second

[cmake-developers] Bugfix: Default behavior of CUDA_USE_STATIC_CUDA_RUNTIME

2016-08-11 Thread Sorley, Stephen L.
Recent changes to FindCUDA.cmake (commit 7229ae7) broke the documented behavior of the CUDA_USE_STATIC_CUDA_RUNTIME option. Per the documentation, this option should be enabled by default if libcudart_static is present in the selected version of CUDA, and silently disabled if it's not. After c

Re: [cmake-developers] [Review Request] Doxygen alive, but limping

2016-08-11 Thread Konstantin Podsvirov
Hello dear CMake developers! 04.08.2016, 19:31, "Konstantin Podsvirov" : > > Changes there: > > https://gitlab.kitware.com/cmake/cmake/merge_requests/58 > Now forced updated. > -- > > Revive Doxygen documentation as CMake Developer Reference. > > This is a complete change from the point of view