Skip to content

Fix comment about version in ArborX_Config.hpp#1367

Merged
aprokop merged 1 commit into
arborx:masterfrom
aprokop:fix_version_comment
Jun 12, 2026
Merged

Fix comment about version in ArborX_Config.hpp#1367
aprokop merged 1 commit into
arborx:masterfrom
aprokop:fix_version_comment

Conversation

@aprokop

@aprokop aprokop commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

CMake was auto-translating #cmakedefine, so the resulting comment inside ArborX_Config.hpp looked wrong:

/* #undef below */
// /* #undef KOKKOS_VERSION_X */

It now is correct:

// not using cmakedefine below because a "0" version number yields
// /* #undef ARBORX_VERSION_X */

CMake was auto-translating #cmakedefine, so the resulting comment inside
ArborX_Config.hpp looked wrong:

/* #undef below */
// /* #undef KOKKOS_VERSION_X */

It now is correct:

// not using cmakedefine below because a "0" version number yields
// /* #undef ARBORX_VERSION_X */
@aprokop aprokop merged commit 0baf884 into arborx:master Jun 12, 2026
3 of 4 checks passed
@aprokop aprokop deleted the fix_version_comment branch June 12, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants