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.
1 parent 1ab1e48 commit efe62f5Copy full SHA for efe62f5
src/CMakeLists.txt
@@ -234,7 +234,9 @@ FOREACH(plugin ${plugins})
234
ENDFOREACH(plugin)
235
236
IF(BUILD_PYTHON_INTERFACE)
237
- DYNAMIC_GRAPH_PYTHON_MODULE("sot/core" ${SOTCORE_LIB_NAME} wrap)
+ SET(NO_INSTALL_OF_INIT_PY 0)
238
+ DYNAMIC_GRAPH_PYTHON_MODULE("sot/core" ${SOTCORE_LIB_NAME} wrap
239
+ ${NO_INSTALL_OF_INIT_PY})
240
241
# Install empty __init__.py files in intermediate directories.
242
INSTALL(FILES
0 commit comments