View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015144CMakeCMakepublic2014-09-09 12:582016-06-10 14:31
ReporterSergey Kosarevsky 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformMacOSOS XOS Version10.9
Product VersionCMake 2.8.12.2 
Target VersionFixed in Version 
Summary0015144: CMake is unable to locate FreeType within the XQuartz installation
DescriptionXQuartz-2.7.7.dmg is installed.

The FreeType library is located in /opt/X11/include/freetype2

The CMake output is on the attached screenshot.
Steps To ReproduceCMakeLists.txt:

IF(WITH_FREETYPE)
    FIND_PACKAGE(Freetype REQUIRED)
    ADD_DEFINITIONS(-DUSEFREETYPE)
    INCLUDE_DIRECTORIES(${FREETYPE_INCLUDE_DIRS})
    SET(wcm_LIBS ${wcm_LIBS} ${FREETYPE_LIBRARIES})
ENDIF(WITH_FREETYPE)
TagsNo tags attached.
Attached Filesjpg file icon 29efc2ec-37b0-11e4-9a95-e78996c79ba3.jpg [^] (142,825 bytes) 2014-09-09 12:58

 Relationships
related to 0014626closedKitware Robot FindFreetype module needs a new maintainer and an overhaul 

  Notes
(0036758)
Brad King (manager)
2014-09-09 12:59

See 0014626.
(0042626)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2014-09-09 12:58 Sergey Kosarevsky New Issue
2014-09-09 12:58 Sergey Kosarevsky File Added: 29efc2ec-37b0-11e4-9a95-e78996c79ba3.jpg
2014-09-09 12:59 Brad King Relationship added related to 0014626
2014-09-09 12:59 Brad King Note Added: 0036758
2014-09-09 12:59 Brad King Status new => backlog
2016-06-10 14:29 Kitware Robot Note Added: 0042626
2016-06-10 14:29 Kitware Robot Status backlog => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team