We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e0910 commit 2f93c41Copy full SHA for 2f93c41
cmake/PythonTargets.cmake
@@ -112,11 +112,7 @@ print(name + version + '-' + name + version + '-' + platform)"
112
OUTPUT_STRIP_TRAILING_WHITESPACE
113
)
114
string(TOLOWER ${GEODE_WHEEL_NAME} wheel_name)
115
- message(STATUS "Wheel name after lowering: ${wheel_name}")
116
string(REGEX REPLACE "-" "_" wheel_name ${wheel_name})
117
- message(STATUS "Wheel name after regex replace: ${wheel_name}")
118
- message(STATUS "Wheel version: ${WHEEL_VERSION}")
119
- message(STATUS "Wheel suffix: ${wheel_sufix}")
120
set(wheel_file "${wheel_output_path}/dist/${wheel_name}-${WHEEL_VERSION}-${wheel_sufix}.whl")
121
message(STATUS "Wheel file: ${wheel_file}")
122
if(${GEODE_WHEEL_SUPERBUILD})
0 commit comments