mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix windows build
This commit is contained in:
parent
c30f71ac73
commit
063d80d196
@ -57,7 +57,7 @@ ENDMACRO(PY_COMPILE)
|
||||
MACRO(PY_2TO3 TARGET_NAME RESOURCE_PATHS)
|
||||
ADD_CUSTOM_COMMAND(TARGET ${TARGET_NAME}
|
||||
POST_BUILD
|
||||
COMMAND "${CMAKE_SOURCE_DIR}/scripts/2to3" -w ${RESOURCE_PATHS}
|
||||
COMMAND "${PYTHON_EXECUTABLE}" "${CMAKE_SOURCE_DIR}/scripts/2to3" --no-diffs -w ${RESOURCE_PATHS}
|
||||
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
COMMENT "Porting to Python 3 and Qt5"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user