From 13429485d963e1712424d3a5c953bc799c87b4da Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 10 Apr 2020 17:00:38 +0200 Subject: [PATCH] Update CMakeLists.txt remove not needed lib --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index cbd1483dc..71316c09b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -207,7 +207,7 @@ SET_PROPERTY( TARGET assimp PROPERTY DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX} ) IF( WIN32 ) SET( platform_libs ) ELSE() - SET( platform_libs pthread irrXML ) + SET( platform_libs pthread ) ENDIF() IF(MSVC)