MinGW Compiler Error on build With CMake

When I build Assimp library with MinGW C++ Compiler in Windows, I see an error.
pull/5724/head
Fatih AKTAŞ 2024-08-18 15:07:37 +03:00 committed by GitHub
parent bc6710a116
commit e4148f12e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#pragma once
#if defined(_WIN32)
# pragma warning( disable: 4273)
# define P2T_COMPILER_DLLEXPORT __declspec(dllexport)
# define P2T_COMPILER_DLLIMPORT __declspec(dllimport)
#elif defined(__GNUC__)