Skip to content

CMake: PA_ALSA_DYNAMIC defaults to OFF, docs says defaults to ON #1163

Description

@RossBencina

CMakeLists.txt line 353:

option(PA_ALSA_DYNAMIC "Enable dynamically loading libasound with dlopen using PaAlsa_SetLibraryPathName" OFF)

compile_cmake.dox lines 278-281:

@note All options here default to `ON` if available except for the OSS, ASIO, and skeleton backends.

- **`-DPA_USE_ALSA=ON|OFF`**: (Linux/Unix-like/etc. Only). Use the ASLA host API. Requires ALSA.
    - **`-DPA_ALSA_DYNAMIC=ON|OFF`**: Dynamically load libasound with dlopen using @ref PaAlsa_SetLibraryPathName.

Probably be better to tell the user how to run CMake to get the default values rather than making promises in the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    build-cmakeCMake build systemdocumentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions