Do not use pthread for android
pull/3498/head
Kim Kulling 2020-11-11 21:13:17 +01:00 committed by GitHub
parent c394c6fdda
commit 75818f26eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,8 @@ SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
IF( WIN32 )
SET( platform_libs )
ELSEIF(ANDROID)
SET( platform_libs )
ELSE()
SET( platform_libs pthread )
ENDIF()