Re: [CMake] CUDA Support

2019-03-29 Thread Dustyn Blasig
"we should not try to combine enable_language(CUDA) with find_package(CUDA). They do not work together, either use one or another." Absolutely, my goal is to move to the new built-in language support. I'm having trouble doing that because I can't find any documentation on it. For instance, what is

[CMake] [ANNOUNCE] CMake 3.14.1 available for download

2019-03-29 Thread Robert Maynard via CMake
We are pleased to announce that CMake 3.14.1 is now available for download. Please use the latest release from our download page: https://cmake.org/download/ Thanks for your support! - Changes in 3.14.1 since 3.14.0: Brad

Re: [CMake] CUDA Support

2019-03-29 Thread Dmitry Mikushin
Hi, That was my confusion as well: to my understanding, we should not try to combine enable_language(CUDA) with find_package(CUDA). They do not work together, either use one or another. Kind regards, - Dmitry. пт, 29 мар. 2019 г. в 19:58, Dustyn Blasig : > Hi All, > > I can't find any documenta

[CMake] CUDA Support

2019-03-29 Thread Dustyn Blasig
Hi All, I can't find any documentation on the new-ish "native" CUDA support. I need to know all the variables that we can use, and (for instance) whether checking the CUDA version is now supported. When searching online, I'm always directed to the old FindCUDA pages which don't seem to match what