Skip to content

Commit

Permalink
version: use HIGHFIVE_VERSION macro
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jul 1, 2024
1 parent c7c2ef8 commit 6d1a463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/SmurffCpp/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace smurff {
v += " (no BLAS)";
#endif

v += " (HighFive " HIGHFIVE_VERSION_STRING ")";
v += " (HighFive " STRINGIFY(HIGHFIVE_VERSION) ")";


#if defined(_OPENMP)
Expand Down

0 comments on commit 6d1a463

Please sign in to comment.