I recently had to upgrade to vs 2010 to use NSight debugger for NVIDIA GPU
degging and was using 2.8.0.  This version would load all but my CUDA
related projects the cpuReconPlugin and the gpuReconPlugin.  These two libs
are defined in the same directory and share common source (which has been
problematic for CMake/FindCuda in the past which was overcome by using set(
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE OFF )).  Their are 4 libs defined in
on CMakeLists.txt file where the source is in the same directory... of
course this could have nothing to do with the problem.  So I decided to
?upgrade? to Cmake 2.8.2 which now loads one of the plugins gpuPMatrixRecon,
but not cpuReconPlugin (I guess 1 is better than 0).  Before the transion to
VS2010 and Cmake 2.8.2 every thing worked just dandy.  Anyone got any ideas
as to what changed in CMake which would cause this to happen?
_______________________________________________
Powered by www.kitware.com

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

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

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to