-
Notifications
You must be signed in to change notification settings - Fork 26
[Issue]: Version - Mismatch variables #629
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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
rocDecode/api/rocdecode_version.h.in
Line 37 in d9690d1
| #define ROCDECODE_MAJOR_VERSION @PROJECT_VERSION_MAJOR@ |
rocDecode/api/rocdecode_version.h.in
Line 38 in d9690d1
| #define ROCDECODE_MINOR_VERSION @PROJECT_VERSION_MINOR@ |
rocDecode/api/rocdecode_version.h.in
Line 39 in d9690d1
| #define ROCDECODE_MICRO_VERSION @PROJECT_VERSION_PATCH@ |
Find Package returned variables
Line 72 in d9690d1
| message("-- \t${White}rocdecode_VERSION_MAJOR -- ${rocdecode_VERSION_MAJOR}${ColourReset}") |
Line 73 in d9690d1
| message("-- \t${White}rocdecode_VERSION_MINOR -- ${rocdecode_VERSION_MINOR}${ColourReset}") |
Line 74 in d9690d1
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request