Minor osx fixes.

Remove FindCUDA and use cmake version instead.
This commit is contained in:
Ignacio
2016-08-16 12:31:31 -07:00
parent 8659d3fb4a
commit b0afc82d7d
3 changed files with 25 additions and 1152 deletions

View File

@ -519,11 +519,7 @@ namespace
#if defined(HAVE_EXECINFO_H)
static bool hasStackTrace() {
#if NV_OS_DARWIN
return backtrace != NULL;
#else
return true;
#endif
}