Skip to content

Commit

Permalink
Switch to using cmakedefine
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Jan 13, 2025
1 parent b53ecf5 commit 9c6f554
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ArborX_Config.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
// ARBORX_VERSION % 100 is the patch level
// ARBORX_VERSION / 100 % 100 is the minor version
// ARBORX_VERSION / 10000 is the major version
#define ARBORX_VERSION @ARBORX_VERSION@
#define ARBORX_VERSION_MAJOR @ARBORX_VERSION_MAJOR@
#define ARBORX_VERSION_MINOR @ARBORX_VERSION_MINOR@
#define ARBORX_VERSION_PATCH @ARBORX_VERSION_PATCH@
#cmakedefine ARBORX_VERSION @ARBORX_VERSION@
#cmakedefine ARBORX_VERSION_MAJOR @ARBORX_VERSION_MAJOR@
#cmakedefine ARBORX_VERSION_MINOR @ARBORX_VERSION_MINOR@
#cmakedefine ARBORX_VERSION_PATCH @ARBORX_VERSION_PATCH@

#cmakedefine ARBORX_ENABLE_ROCTHRUST
#cmakedefine ARBORX_ENABLE_ONEDPL
Expand Down

0 comments on commit 9c6f554

Please sign in to comment.