Skip to content

Commit

Permalink
Revert target hyphen change (update ADD_SIP_PYTHON_MODULE macro first)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jun 6, 2013
1 parent d5d9975 commit bfc92f7
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 @@ -131,7 +131,7 @@ IF(WITH_QSCIAPI)
FILE(WRITE "${QGIS_PYTHON_API_FILE}" "")

# run update/concatenate command after last python module is built (currently python_module_qgis_gui)
ADD_CUSTOM_COMMAND(TARGET python-module-qgis-gui
ADD_CUSTOM_COMMAND(TARGET python_module_qgis_gui
POST_BUILD
COMMAND "${CMAKE_COMMAND}" -P "${CMAKE_SOURCE_DIR}/cmake/QsciAPI.cmake"
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
Expand Down

0 comments on commit bfc92f7

Please sign in to comment.