We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb2cd0c + 2bbe14e commit 82c1b42Copy full SHA for 82c1b42
cmake
python/CMakeLists.txt
@@ -54,7 +54,7 @@ if(GENERATE_PYTHON_STUBS)
54
load_stubgen()
55
56
generate_stubs(${CMAKE_CURRENT_BINARY_DIR} ${PROJECT_NAME}
57
- ${ABSOLUTE_PYTHON_SITELIB})
+ ${ABSOLUTE_PYTHON_SITELIB} ${PYWRAP})
58
endif(GENERATE_PYTHON_STUBS)
59
60
# --- INSTALL SCRIPTS
0 commit comments