Merge pull request #3498 from assimp/kimkulling-patch-8
closes https://github.com/assimp/assimp/issues/3187pull/3490/head^2
commit
21a55a34ea
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue