Skip to content

Commit 6ffc21d

Browse files
committed
Merge branch 'next' of github.com:Geode-solutions/OpenGeode into fix/bindings_texture_manager_not_returned_as_reference
2 parents 45b6461 + 51636ce commit 6ffc21d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/PythonTargets.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ print(name + version + '-' + name + version + '-' + platform)"
111111
OUTPUT_VARIABLE wheel_sufix
112112
OUTPUT_STRIP_TRAILING_WHITESPACE
113113
)
114-
string(REGEX REPLACE "-" "_" wheel_name ${GEODE_WHEEL_NAME})
114+
string(TOLOWER ${GEODE_WHEEL_NAME} wheel_name)
115+
string(REGEX REPLACE "-" "_" wheel_name ${wheel_name})
115116
set(wheel_file "${wheel_output_path}/dist/${wheel_name}-${WHEEL_VERSION}-${wheel_sufix}.whl")
116117
message(STATUS "Wheel file: ${wheel_file}")
117118
if(${GEODE_WHEEL_SUPERBUILD})

0 commit comments

Comments
 (0)