MantisBT - CMake
View Issue Details
0015144CMakeCMakepublic2014-09-09 12:582016-06-10 14:31
Sergey Kosarevsky 
Kitware Robot 
normalminoralways
closedmoved 
MacOS X10.9
CMake 2.8.12.2 
 
0015144: CMake is unable to locate FreeType within the XQuartz installation
XQuartz-2.7.7.dmg is installed.

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

The CMake output is on the attached screenshot.
CMakeLists.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)
No tags attached.
related to 0014626closed Kitware Robot FindFreetype module needs a new maintainer and an overhaul 
jpg 29efc2ec-37b0-11e4-9a95-e78996c79ba3.jpg (142,825) 2014-09-09 12:58
https://public.kitware.com/Bug/file/5251/29efc2ec-37b0-11e4-9a95-e78996c79ba3.jpg
jpg
Issue History
2014-09-09 12:58Sergey KosarevskyNew Issue
2014-09-09 12:58Sergey KosarevskyFile Added: 29efc2ec-37b0-11e4-9a95-e78996c79ba3.jpg
2014-09-09 12:59Brad KingRelationship addedrelated to 0014626
2014-09-09 12:59Brad KingNote Added: 0036758
2014-09-09 12:59Brad KingStatusnew => backlog
2016-06-10 14:29Kitware RobotNote Added: 0042626
2016-06-10 14:29Kitware RobotStatusbacklog => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0036758)
Brad King   
2014-09-09 12:59   
See 0014626.
(0042626)
Kitware Robot   
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.