[1.5] Fix typo in CMAKE_USE_PTHREADS vs CMAKE_USE_PTHREADS_INIT
This commit is contained in:
parent
d1bb3ed1f2
commit
07521a5dc2
|
@ -3,9 +3,9 @@ IF(BUILD_JPIP_SERVER)
|
||||||
FIND_PACKAGE(CURL REQUIRED)
|
FIND_PACKAGE(CURL REQUIRED)
|
||||||
FIND_PACKAGE(FCGI REQUIRED)
|
FIND_PACKAGE(FCGI REQUIRED)
|
||||||
FIND_PACKAGE(Threads REQUIRED)
|
FIND_PACKAGE(Threads REQUIRED)
|
||||||
IF(NOT CMAKE_USE_PTHREADS)
|
IF(NOT CMAKE_USE_PTHREADS_INIT)
|
||||||
MESSAGE(FATAL_ERROR "Only pthread are supported")
|
MESSAGE(FATAL_ERROR "Only pthread are supported")
|
||||||
ENDIF(NOT CMAKE_USE_PTHREADS)
|
ENDIF(NOT CMAKE_USE_PTHREADS_INIT)
|
||||||
ENDIF(BUILD_JPIP_SERVER)
|
ENDIF(BUILD_JPIP_SERVER)
|
||||||
|
|
||||||
# JPIP library:
|
# JPIP library:
|
||||||
|
|
Loading…
Reference in New Issue