Skip to content

Commit

Permalink
Fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
topazus committed Dec 19, 2023
1 parent e6f3611 commit dc53c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/sc_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,12 @@

/* Package major version */
#ifndef SC_VERSION_MAJOR
#define SC_VERSION_MAJOR @PROJECT_MAJOR@
#define SC_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
#endif

/* Package minor version */
#ifndef SC_VERSION_MINOR
#define SC_VERSION_MINOR @PROJECT_MINOR@
#define SC_VERSION_MINOR @PROJECT_VERSION_MINOR@
#endif

/* Package point version */
Expand Down

0 comments on commit dc53c3c

Please sign in to comment.