Do not use pthread for android
This commit is contained in:
Kim Kulling
2020-11-11 21:13:17 +01:00
committed by GitHub
parent c394c6fdda
commit 75818f26eb

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()