Skip to content

Commit 82c1b42

Browse files
authored
Merge pull request #352 from ManifoldFR/devel
CMake: have python stubs target depend on pywrap target
2 parents bb2cd0c + 2bbe14e commit 82c1b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake

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)