Skip to content

19.1.2: CMake: incorrect assignment of default GMMLIB_API_PATCH_VERSION #47

@mkszuba

Description

@mkszuba

Hello,

At the moment, Source/GmmLib/CMakeLists.txt calls

set(GMMLIB_API_PATCH_VERSION PATCH_VERSION)

if GMMLIB_API_PATCH_VERSION has not been explicitly defined. This results in the shared library being named literally "libigdgmm.so.9.0.PATCH_VERSION".

The simplest way of fixing this seems to be to change the aforementioned assignment to

set(GMMLIB_API_PATCH_VERSION "${PATCH_VERSION}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions