LiangliangNan/MVStudio
3rd_party/nlopt/CMakeLists.txt
:117
check_function_exists (syscall HAVE_GETTID_SYSCALL)
check_function_exists (syscall HAVE_GETTID_SYSCALL)
check_c_source_compiles(
"#include <unistd.h>
#include <sys/syscall.h>
int main()
{ syscall(__NR_gettid);
return 0;
}"
HAVE_GETTID_SYSCALL)
check_function_exists (syscall HAVE_GETTID_SYSCALL)
check_function_exists (syscall HAVE_GETTID_SYSCALL)