Skip to content

Commit bfc92f7

Browse files
committedJun 6, 2013
Revert target hyphen change (update ADD_SIP_PYTHON_MODULE macro first)
1 parent d5d9975 commit bfc92f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ IF(WITH_QSCIAPI)
131131
FILE(WRITE "${QGIS_PYTHON_API_FILE}" "")
132132

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

0 commit comments

Comments
 (0)
Please sign in to comment.