Skip to content

Commit

Permalink
[cmake] Fix DYNAMIC_GRAPH_PYTHON_MODULE pb.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Oct 26, 2018
1 parent 1ab1e48 commit efe62f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ FOREACH(plugin ${plugins})
ENDFOREACH(plugin)

IF(BUILD_PYTHON_INTERFACE)
DYNAMIC_GRAPH_PYTHON_MODULE("sot/core" ${SOTCORE_LIB_NAME} wrap)
SET(NO_INSTALL_OF_INIT_PY 0)
DYNAMIC_GRAPH_PYTHON_MODULE("sot/core" ${SOTCORE_LIB_NAME} wrap
${NO_INSTALL_OF_INIT_PY})

# Install empty __init__.py files in intermediate directories.
INSTALL(FILES
Expand Down

0 comments on commit efe62f5

Please sign in to comment.