Update CMakeLists.txt

remove not needed lib
pull/2885/head
Kim Kulling 2020-04-10 17:00:38 +02:00 committed by GitHub
parent d2499ac197
commit 13429485d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} )
IF( WIN32 ) IF( WIN32 )
SET( platform_libs ) SET( platform_libs )
ELSE() ELSE()
SET( platform_libs pthread irrXML ) SET( platform_libs pthread )
ENDIF() ENDIF()
IF(MSVC) IF(MSVC)