Skip to content

Commit d27752e

Browse files
authored
Disable build isolation to not download setuptools dependency. (MapServer#7377)
1 parent 2445768 commit d27752e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mapscript/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ install(
140140
endif()
141141
142142
execute_process(
143-
COMMAND ${Python_EXECUTABLE} -m pip install \${PYTHON_ROOT} \${PYTHON_PREFIX} .
143+
COMMAND ${Python_EXECUTABLE} -m pip install --no-build-isolation \${PYTHON_ROOT} \${PYTHON_PREFIX} .
144144
WORKING_DIRECTORY ${MAPSCRIPT_WORKING_DIR}
145145
)
146146
"

0 commit comments

Comments
 (0)