Skip to content

Commit 5158520

Browse files
committed
cmake: have python stubs target depend on pywrap target
1 parent 30e188f commit 5158520

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
@@ -54,7 +54,7 @@ if(GENERATE_PYTHON_STUBS)
5454
load_stubgen()
5555

5656
generate_stubs(${CMAKE_CURRENT_BINARY_DIR} ${PROJECT_NAME}
57-
${ABSOLUTE_PYTHON_SITELIB})
57+
${ABSOLUTE_PYTHON_SITELIB} ${PYWRAP})
5858
endif(GENERATE_PYTHON_STUBS)
5959

6060
# --- INSTALL SCRIPTS

0 commit comments

Comments
 (0)