Closed ax3l closed 7 years ago
Compiling without having CUDA present and only with Alpaka sometimes leads to the CMake error in the example/:
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.
Compiling without having CUDA present and only with Alpaka sometimes leads to the CMake error in the
example/
:Maybe one needs a check if CUDA or ALPAKA+CUDA is used or simply if the list exists.