We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b6423 + e7490c6 commit 4f761fbCopy full SHA for 4f761fb
1 file changed
cpp/cmake/modules/determine_cuvs_abi_version.cmake
@@ -69,7 +69,7 @@ function(determine_cuvs_abi_version cal_ver)
69
# Encode the last ABI break
70
set(current_major_abi_ver "1") # The current ABI major value
71
set(abi_base_year "26") # What year the current ABI major occurred in
72
- set(abi_base_month "04") # What month the current ABI major occurred in
+ set(abi_base_month "02") # What month the current ABI major occurred in
73
# compute the abi version
74
if(cal_ver_major STREQUAL abi_base_year)
75
# If we are in the same year is is pretty easy to compute our abi break
@@ -83,7 +83,7 @@ function(determine_cuvs_abi_version cal_ver)
83
endif()
84
85
set(${_CUVS_RAPIDS_MAJOR}
86
- ${computed_abi_major}
+ ${current_major_abi_ver}
87
PARENT_SCOPE
88
)
89
set(${_CUVS_RAPIDS_MINOR}
0 commit comments