Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 431826 | Differences between
and this patch

Collapse All | Expand All

(-)CMakeLists.txt.orig (-5 / +4 lines)
Lines 28-38 Link Here
28
option(OCIO_USE_BOOST_PTR "Set to ON to enable boost shared_ptr (necessary when tr1 is not available)" OFF)
28
option(OCIO_USE_BOOST_PTR "Set to ON to enable boost shared_ptr (necessary when tr1 is not available)" OFF)
29
29
30
option(OCIO_PYGLUE_RESPECT_ABI "If ON, the Python module install path includes Python UCS version" OFF)
30
option(OCIO_PYGLUE_RESPECT_ABI "If ON, the Python module install path includes Python UCS version" OFF)
31
if(UNIX AND NOT APPLE)
31
32
    option(USE_EXTERNAL_YAML "Use system installed yaml-cpp library." OFF)
32
option(USE_EXTERNAL_YAML "Use system installed yaml-cpp library." ON)
33
    option(USE_EXTERNAL_TINYXML "Use system installed tinyxml library." OFF)
33
option(USE_EXTERNAL_TINYXML "Use system installed tinyxml library." ON)
34
    option(USE_EXTERNAL_LCMS "Use system install lcms2 library." OFF)
34
option(USE_EXTERNAL_LCMS "Use system install lcms2 library." ON)
35
endif()
36
35
37
# This does not include the SOVERSION override, on purpose, so that the
36
# This does not include the SOVERSION override, on purpose, so that the
38
# OCIO_VERSION value will be an accurate reflection of the underlying library version.
37
# OCIO_VERSION value will be an accurate reflection of the underlying library version.

Return to bug 431826