ASSIMP_BUILD_NO_*_EXPORTER

Full fix for #2557

These macros should be all-caps.
Correct the cmakelists
pull/2566/head
RichardTea 2019-07-26 22:17:24 +01:00
parent 72e18ed4aa
commit 7fc4cf1552
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ ADD_ASSIMP_IMPORTER( MMD
MMD/MMDVmdParser.h MMD/MMDVmdParser.h
) )
ADD_ASSIMP_EXPORTER( Assjson ADD_ASSIMP_EXPORTER( ASSJSON
Assjson/cencode.c Assjson/cencode.c
Assjson/cencode.h Assjson/cencode.h
Assjson/json_exporter.cpp Assjson/json_exporter.cpp