Use ADD_ASSIMP_IMPORTER for STEP importer

This commit is contained in:
sfalexrog
2018-12-04 23:28:50 +03:00
parent d7eae5bb13
commit af323de741
6 changed files with 9 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#pragma once
#ifndef ASSIMP_BUILD_NO_STEPFILE_IMPORTER
#ifndef ASSIMP_BUILD_NO_STEP_IMPORTER
#include <assimp/BaseImporter.h>
@@ -66,4 +66,4 @@ private:
} // Namespace StepFile
} // Namespace Assimp
#endif // ASSIMP_BUILD_NO_STEPFILE_IMPORTER
#endif // ASSIMP_BUILD_NO_STEP_IMPORTER