Skip to content

Commit

Permalink
Merge pull request #1190 from aprokop/arborx_version
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop authored Nov 23, 2024
2 parents a348b55 + 6ecf743 commit ec6e245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ install(EXPORT ArborXTargets
DESTINATION ${CMAKE_INSTALL_DATADIR}/cmake/ArborX
)

set(ARBORX_VERSION "10799")
set(ARBORX_VERSION_STRING "2.0 (dev)")

# Make sure that the git hash in ArborX_Version.hpp is considered to be always
Expand Down
1 change: 1 addition & 0 deletions src/ArborX_Config.hpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef ARBORX_CONFIG_HPP
#define ARBORX_CONFIG_HPP

#cmakedefine ARBORX_VERSION @ARBORX_VERSION@
#cmakedefine ARBORX_ENABLE_ROCTHRUST
#cmakedefine ARBORX_ENABLE_ONEDPL
#cmakedefine ARBORX_ENABLE_MPI
Expand Down

0 comments on commit ec6e245

Please sign in to comment.