Minor osx fixes.
Remove FindCUDA and use cmake version instead.
This commit is contained in:
@ -519,11 +519,7 @@ namespace
|
||||
#if defined(HAVE_EXECINFO_H)
|
||||
|
||||
static bool hasStackTrace() {
|
||||
#if NV_OS_DARWIN
|
||||
return backtrace != NULL;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user