- boost-random:
    <<: *thirdparty_defaults
    version: 1.62.0.0
    mode: dr
    source: null
    uncompress: null
    depends:
        - boost-headers
        - boost-system
    before_copy:
        - ../boost-headers/CMakeLists.txt .
    cmake_definitions:
        - BASENAME_STRIP=boost_1_62_0
        - BOOST_PARAMETERS=--with-random
        - BOOST_INSTALL_HEADERS=0
    targets:
        - boost_random:
            info:
                <<: *library_dynamic_boost

