Re: [CMake] Question regarding CUDA support in CMake 3.8.0-rc2

2017-03-17 Thread Robert Maynard
A good starting spot would be the tests in CMake itself for CUDA support: https://gitlab.kitware.com/cmake/cmake/tree/master/Tests/Cuda https://gitlab.kitware.com/cmake/cmake/tree/master/Tests/CudaOnly On Thu, Mar 16, 2017 at 1:58 PM, Nick Henderson wrote: > Thank you! > > Setting: > > set(CMAKE

Re: [CMake] CHECK_INCLUDE_FILE_CXX with built from source compiler

2017-03-17 Thread houssen
OK, thanks ! Franck Le 2017-03-16 15:37, Robert Maynard a écrit : This is a known issue that will be resolved in CMake 3.8 ( https://cmake.org/cmake/help/v3.8/policy/CMP0067.html#policy:CMP0067 ) On Wed, Mar 15, 2017 at 5:12 AM, houssen wrote: For the record, the solution is (try_compile n