Re: [cmake-developers] Spurious warning with FindCUDA.cmake on Windows

2016-08-02 Thread Brad King
On 07/22/2016 06:08 PM, Sorley, Stephen L. wrote: > I’ve attached a patch (based on master) that fixes the problem. Thanks, applied: FindCUDA: Do not look for librt on Windows https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4e979b1 -Brad -- Powered by www.kitware.com Please keep messag

[cmake-developers] Spurious warning with FindCUDA.cmake on Windows

2016-07-22 Thread Sorley, Stephen L.
Found a minor problem with FindCUDA.cmake on the master branch. When using FindCUDA.cmake on Windows with CUDA SDK version 6.5 or older, CMake prints the following warning: CMake Warning at cmake/FindCUDA.cmake:826 (message): Expecting to find librt for libcudart_static, but didn't find it. C