Skip to content

Commit

Permalink
fix #58201
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 25, 2024
1 parent 35a690b commit b8b1d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ foreach(module ${PY_MODULES})
PY_COMPILE(py${module} "${QGIS_PYTHON_OUTPUT_DIRECTORY}/${module}")

# install class map file
install(FILES ${BINDING_FILES_ROOT_DIR}/${module}/class_map.yaml DESTINATION "${QGIS_PYTHON_DIR}/${module}")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${module}/class_map.yaml DESTINATION "${QGIS_PYTHON_DIR}/${module}")

# install source sip files
if(SIP_GLOBAL_INSTALL)
Expand Down

0 comments on commit b8b1d5e

Please sign in to comment.