ENH: MAke it work on FreeBSD

This commit is contained in:
Andy Cedilnik 2003-08-01 17:11:46 -04:00
parent ff5f0312de
commit 7d1cbf26d9
1 changed files with 0 additions and 5 deletions

View File

@ -81,11 +81,6 @@ IF(CMAKE_USE_PTHREADS_INIT)
SET(CMAKE_THREAD_LIBS_INIT )
ENDIF(CMAKE_SYSTEM MATCHES "OSF1-V*")
IF(CMAKE_SYSTEM MATCHES "FreeBSD*")
SET(CMAKE_USE_PTHREADS_INIT 0)
SET(CMAKE_THREAD_LIBS_INIT )
ENDIF(CMAKE_SYSTEM MATCHES "FreeBSD*")
IF(CMAKE_SYSTEM MATCHES "CYGWIN_NT*")
SET(CMAKE_USE_PTHREADS_INIT 1)
SET(CMAKE_THREAD_LIBS_INIT )