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:
parent
e639e9bcdc
commit
e21db5b80e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user