Hi. It makes me curious why CUDA support is not just implemented as compiler 
via proper CMakeDetermineCUDACompiler and other files defining how to handle 
.cu files, but rather it uses just awkward 3rd party functions, cmake script 
wrappers, etc, which basically obscure whole process and instead using "ninja 
-v" to see invocation of "nvcc" you need CUDA_VERBOSE_BUILD=YES which makes me 
more and more sick every time I use it.

Is it some kind of legacy reasons? If so is CMake open to accept patch that 
will make CUDA support via new compiler definition?

--Adam
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to