ENH: make pthreads the default for cygwin

This commit is contained in:
Bill Hoffman 2001-08-15 10:03:37 -04:00
parent 3d86ad7237
commit 6a64c81334
2 changed files with 2 additions and 2 deletions

2
Templates/configure vendored
View File

@ -2878,7 +2878,7 @@ case $system in
;;
CYGWIN_NT*)
CMAKE_THREAD_LIBS=""
CMAKE_USE_PTHREADS=0
CMAKE_USE_PTHREADS=1
;;
esac
fi

View File

@ -455,7 +455,7 @@ case $system in
;;
CYGWIN_NT*)
CMAKE_THREAD_LIBS=""
CMAKE_USE_PTHREADS=0
CMAKE_USE_PTHREADS=1
;;
esac
fi