Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 977 Bytes

Fruit.rst

File metadata and controls

37 lines (26 loc) · 977 Bytes

Fruit

testing ; Fruit

Fruit

/../examples/Fruit/CMakeLists.txt

Note

Boost disabled by default since it has issues on some platforms.

Use FRUIT_USES_BOOST=ON to enable it.

# config.cmake
hunter_config(Fruit
    VERSION ${HUNTER_Fruit_VERSION}
    CMAKE_ARGS
        FRUIT_USES_BOOST=ON
)