diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-15 14:03:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-08-15 14:03:37 (GMT) |
commit | 6a64c81334bf715e094daf4866c6dc16f90cfb45 (patch) | |
tree | 8a00e69ddd8d2ddfaed9f123ebdf34c7aeb6380e /Templates/configure | |
parent | 3d86ad7237b525f96fe56ebc5767926546daf591 (diff) | |
download | CMake-6a64c81334bf715e094daf4866c6dc16f90cfb45.zip CMake-6a64c81334bf715e094daf4866c6dc16f90cfb45.tar.gz CMake-6a64c81334bf715e094daf4866c6dc16f90cfb45.tar.bz2 |
ENH: make pthreads the default for cygwin
Diffstat (limited to 'Templates/configure')
-rwxr-xr-x | Templates/configure | 2 |
1 files changed, 1 insertions, 1 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 |