This is partially a continuation of the issue described at http://public.kitware.com/pipermail/cmake/2015-June/060937.html, where the hope was to be able to use object libraries with cuda.
There was no solution at that time, so we dropped this path, but now this has become more important. I tried to follow the path of using CUDA_WRAP_SRCS to get a list of the object files that would be produced by an nvcc compilation. I did get those files, but then when I configure in a clean directory, cuda_add_library fails with CMake Error at ...:537 (add_library): Cannot find source file: /somepath/foo.dir/foo_generated_bar.cu.o I suppose I could hack with a touch, but perhaps there is a better way? Thx....John Cary -- 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