Merge pull request #3498 from assimp/kimkulling-patch-8

closes https://github.com/assimp/assimp/issues/3187
pull/3490/head^2
Kim Kulling 2020-11-12 08:54:23 +01:00 committed by GitHub
commit 21a55a34ea
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()