cppdocs icon indicating copy to clipboard operation
cppdocs copied to clipboard

Macro error while installing Libtorch with cmake of a different package

Open sangeeta-yadav-iisc opened this issue 5 years ago • 0 comments

I am having a package with its own cmake. I am trying to link the libraries of libtorch with it. But after successful cmake, following error occured Error: macro "Error" passed 4 arguments, but takes just 1 AT_ASSERT(impl == nullptr || impl->type() == device.type()); ^

sangeeta-yadav-iisc avatar May 06 '19 04:05 sangeeta-yadav-iisc