ENH: make pthreads the default for cygwin
This commit is contained in:
parent
3d86ad7237
commit
6a64c81334
2
Templates/configure
vendored
2
Templates/configure
vendored
@ -2878,7 +2878,7 @@ case $system in
|
||||
;;
|
||||
CYGWIN_NT*)
|
||||
CMAKE_THREAD_LIBS=""
|
||||
CMAKE_USE_PTHREADS=0
|
||||
CMAKE_USE_PTHREADS=1
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
@ -455,7 +455,7 @@ case $system in
|
||||
;;
|
||||
CYGWIN_NT*)
|
||||
CMAKE_THREAD_LIBS=""
|
||||
CMAKE_USE_PTHREADS=0
|
||||
CMAKE_USE_PTHREADS=1
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user