]> OCCT Git - occt.git/commit
0030976: Configuration, CMake - Build failure with static FreeType dependency
authorkgv <kgv@opencascade.com>
Fri, 3 Sep 2021 12:22:22 +0000 (15:22 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 3 Sep 2021 17:19:53 +0000 (20:19 +0300)
commite21db5b80e7d9234c320b3d880d381b4b766bf23
tree5bb5053145370c2759c8ee12904888377e9cfcbc
parente639e9bcdc6b4215c22c0209abaa481a7aade6a4
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).
src/Font/Font_FontMgr.cxx