mirror of https://github.com/BOINC/boinc.git
client: use a child process for detecting GPUs on all platforms, not just on Macs.
This commit is contained in:
parent
7f27f2c4a2
commit
2d1a3f8589
|
@ -18,9 +18,7 @@
|
|||
|
||||
// client-specific GPU code. Mostly GPU detection
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define USE_CHILD_PROCESS_TO_DETECT_GPUS 1
|
||||
#endif
|
||||
|
||||
#include "cpp.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue