ComputationalRadiationPhysics / isaac

In Situ Animation of Accelerated Computations :microscope:
http://ComputationalRadiationPhysics.github.io/isaac/
GNU Lesser General Public License v3.0
25 stars 15 forks source link

Examples: CMake Error #66

Closed ax3l closed 7 years ago

ax3l commented 7 years ago

Compiling without having CUDA present and only with Alpaka sometimes leads to the CMake error in the example/:

CMake Error at isaac-1.3.1/lib/ISAACConfig.cmake:154 (list):
list sub-command REMOVE_DUPLICATES requires list to be present.

Maybe one needs a check if CUDA or ALPAKA+CUDA is used or simply if the list exists.