From 7984580183ab323ffc9a2f812835df1a8c19febf Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 7 Dec 2023 14:53:56 +0100 Subject: [PATCH] Remove dead code --- code/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 9b0b964c0..503632ee5 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1246,6 +1246,7 @@ IF (ASSIMP_WARNINGS_AS_ERRORS) -Wno-unused-template -Wno-undefined-func-template -Wno-declaration-after-statement + -Wno-deprecated-declarations ) ELSE() TARGET_COMPILE_OPTIONS(assimp PRIVATE /W4 /WX) @@ -1267,9 +1268,7 @@ TARGET_INCLUDE_DIRECTORIES ( assimp PUBLIC IF(ASSIMP_HUNTER_ENABLED) TARGET_LINK_LIBRARIES(assimp PUBLIC - #polyclipping::polyclipping openddlparser::openddl_parser - #poly2tri::poly2tri minizip::minizip ZLIB::zlib RapidJSON::rapidjson