Open huang6886 opened 4 years ago
could you check if third_party/cub is empty or not?
if it is empty , use git submodule update --init
to pull the sub module
or you can download cub by your self, then set-DCUB_ROOT_DIR=${cub_path}
when cmake
it works, thanks a lot for your help
when i make your project, it seams that i meet a unknown problem(my gcc version is 7(7.1))