Skip to content

Commit 2f93c41

Browse files
committed
test
1 parent 72e0910 commit 2f93c41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmake/PythonTargets.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ print(name + version + '-' + name + version + '-' + platform)"
112112
OUTPUT_STRIP_TRAILING_WHITESPACE
113113
)
114114
string(TOLOWER ${GEODE_WHEEL_NAME} wheel_name)
115-
message(STATUS "Wheel name after lowering: ${wheel_name}")
116115
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}")
120116
set(wheel_file "${wheel_output_path}/dist/${wheel_name}-${WHEEL_VERSION}-${wheel_sufix}.whl")
121117
message(STATUS "Wheel file: ${wheel_file}")
122118
if(${GEODE_WHEEL_SUPERBUILD})

0 commit comments

Comments
 (0)