mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
@@ -8,7 +8,7 @@
|
|||||||
# ifdef _WIN32
|
# ifdef _WIN32
|
||||||
# define CM_HAVE_CPU_AFFINITY
|
# define CM_HAVE_CPU_AFFINITY
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# elif defined(__linux__) || defined(__FreeBSD__)
|
# elif (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__)
|
||||||
# define CM_HAVE_CPU_AFFINITY
|
# define CM_HAVE_CPU_AFFINITY
|
||||||
# include <pthread.h>
|
# include <pthread.h>
|
||||||
# include <sched.h>
|
# include <sched.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user