Re: [Rtk-users] Question on the definition of RTK_LIBRARIES from FindRTK.cmake

2017-11-22 Thread Simon Rit
Hi, Thanks for the question. I guess not indeed but we are not expert and I'm not 100% sure of my answer. I believe (from what I understand) that this has been done to circumvent export problems (as pointed out in a recent pull-request ). I guess we n

[Rtk-users] Question on the definition of RTK_LIBRARIES from FindRTK.cmake

2017-11-22 Thread Fredrik Hellman
Hi, I have been using the CMake find_package()-function to set the RTK_LIBRARIES variable in order to link my application with RTK, rtkcuda etc. I noticed that RTK_LIBRARIES also contains the paths to the CUDA libaries: cuda, cudart, cufft, cublas. I have had some problems with this, since my ap