1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0030976: Configuration, CMake - Build failure with static FreeType dependency

Removed linkage with "freetype.lib" with help of pragma lib specific to msvc.
FreeType library should be configured as a normal external dependency via CSF_FreeType
by CMake and genproj, which is already done (information was duplicated).
This commit is contained in:
kgv 2021-09-03 15:22:22 +03:00 committed by bugmaster
parent e639e9bcdc
commit e21db5b80e

View File

@ -41,10 +41,6 @@ IMPLEMENT_STANDARD_RTTIEXT(Font_FontMgr,Standard_Transient)
#include <windows.h>
#include <stdlib.h>
#if defined(_MSC_VER) && defined(HAVE_FREETYPE)
#pragma comment (lib, "freetype.lib")
#endif
namespace
{
// list of supported extensions