summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-15 14:03:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-15 14:03:37 (GMT)
commit6a64c81334bf715e094daf4866c6dc16f90cfb45 (patch)
tree8a00e69ddd8d2ddfaed9f123ebdf34c7aeb6380e /Templates
parent3d86ad7237b525f96fe56ebc5767926546daf591 (diff)
downloadCMake-6a64c81334bf715e094daf4866c6dc16f90cfb45.zip
CMake-6a64c81334bf715e094daf4866c6dc16f90cfb45.tar.gz
CMake-6a64c81334bf715e094daf4866c6dc16f90cfb45.tar.bz2
ENH: make pthreads the default for cygwin
Diffstat (limited to 'Templates')
-rwxr-xr-xTemplates/configure2
-rw-r--r--Templates/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Templates/configure b/Templates/configure
index 1ac80b6..ba44bfa 100755
--- a/Templates/configure
+++ b/Templates/configure
@@ -2878,7 +2878,7 @@ case $system in
;;
CYGWIN_NT*)
CMAKE_THREAD_LIBS=""
- CMAKE_USE_PTHREADS=0
+ CMAKE_USE_PTHREADS=1
;;
esac
fi
diff --git a/Templates/configure.in b/Templates/configure.in
index d738f47..3c1538d 100644
--- a/Templates/configure.in
+++ b/Templates/configure.in
@@ -455,7 +455,7 @@ case $system in
;;
CYGWIN_NT*)
CMAKE_THREAD_LIBS=""
- CMAKE_USE_PTHREADS=0
+ CMAKE_USE_PTHREADS=1
;;
esac
fi