Skip to content

Commit

Permalink
fix pyspatialite import running QGIS from output dir (fix #7899)
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed May 25, 2013
1 parent 2e89e25 commit 9f26f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspatialite/CMakeLists.txt
Expand Up @@ -63,7 +63,7 @@ ENDIF (WIN32)
FOREACH(file lib/__init__.py lib/dbapi2.py lib/dump.py)
ADD_CUSTOM_COMMAND(TARGET pyspatialite
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy ${file} ${PYTHON_OUTPUT_DIRECTORY}/pyspatialite/${file}
COMMAND ${CMAKE_COMMAND} -E copy ${file} ${PYTHON_OUTPUT_DIRECTORY}/pyspatialite/
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
ENDFOREACH(file)
Expand Down

0 comments on commit 9f26f78

Please sign in to comment.