Skip to content

[Issue]: Version - Mismatch variables #629

@kiritigowda

Description

@kiritigowda

Problem Description

rocDecode version file and cmake-config files have different version variables

@AryanSalmanpour should we match the find_package return format?

Version.h file

#define ROCDECODE_MAJOR_VERSION @PROJECT_VERSION_MAJOR@

#define ROCDECODE_MINOR_VERSION @PROJECT_VERSION_MINOR@

#define ROCDECODE_MICRO_VERSION @PROJECT_VERSION_PATCH@

Find Package returned variables

message("-- \t${White}rocdecode_VERSION_MAJOR -- ${rocdecode_VERSION_MAJOR}${ColourReset}")

message("-- \t${White}rocdecode_VERSION_MINOR -- ${rocdecode_VERSION_MINOR}${ColourReset}")

message("-- \t${White}rocdecode_VERSION_PATCH -- ${rocdecode_VERSION_PATCH}${ColourReset}")

Operating System

ALL

CPU

ALL

GPU

ALL

ROCm Version

7.1.0

ROCm Component

No response

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions