Do not use pthread for androidpull/3498/head
parent
c394c6fdda
commit
75818f26eb
|
@ -232,6 +232,8 @@ SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
|
||||||
|
|
||||||
IF( WIN32 )
|
IF( WIN32 )
|
||||||
SET( platform_libs )
|
SET( platform_libs )
|
||||||
|
ELSEIF(ANDROID)
|
||||||
|
SET( platform_libs )
|
||||||
ELSE()
|
ELSE()
|
||||||
SET( platform_libs pthread )
|
SET( platform_libs pthread )
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
Loading…
Reference in New Issue