From 7fc4cf155295392c868edbfa68e8a651bddd7960 Mon Sep 17 00:00:00 2001 From: RichardTea Date: Fri, 26 Jul 2019 22:17:24 +0100 Subject: [PATCH] ASSIMP_BUILD_NO_*_EXPORTER Full fix for #2557 These macros should be all-caps. Correct the cmakelists --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index a8a514f73..78c8a5c93 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -810,7 +810,7 @@ ADD_ASSIMP_IMPORTER( MMD MMD/MMDVmdParser.h ) -ADD_ASSIMP_EXPORTER( Assjson +ADD_ASSIMP_EXPORTER( ASSJSON Assjson/cencode.c Assjson/cencode.h Assjson/json_exporter.cpp