Fixed a compile error on MSVC14 x64 caused by the /bigobj flag failing to be set

for the 1 and 2-suffixed versions introduced in
commit 0a25b076b8.
pull/1066/head
Jared Mulconry 2016-11-14 22:52:29 +11:00
parent 631eef49c3
commit eceb61b854
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ ADD_ASSIMP_IMPORTER( IFC
STEPFileEncoding.h
)
if (MSVC AND ASSIMP_BUILD_IFC_IMPORTER)
set_source_files_properties(IFCReaderGen.cpp PROPERTIES COMPILE_FLAGS "/bigobj")
set_source_files_properties(IFCReaderGen1.cpp IFCReaderGen2.cpp PROPERTIES COMPILE_FLAGS "/bigobj")
endif (MSVC AND ASSIMP_BUILD_IFC_IMPORTER)
ADD_ASSIMP_IMPORTER( XGL