Skip to content

Commit

Permalink
fix omniidl python __init__.py generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 31, 2019
1 parent 12ba267 commit 8d46601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ INSTALL(TARGETS ${LIBRARY_NAME} DESTINATION lib)

INSTALL(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/hpp/corbaserver/rbprm/__init__.py
${CMAKE_CURRENT_SOURCE_DIR}/hpp/corbaserver/rbprm/corba.py
DESTINATION ${PYTHON_SITELIB}/hpp/corbaserver/rbprm
)
INSTALL(
Expand Down
File renamed without changes.

0 comments on commit 8d46601

Please sign in to comment.