Skip to content

Commit

Permalink
python: install swig files to share/swig
Browse files Browse the repository at this point in the history
Signed-off-by: David Aguilar <[email protected]>
  • Loading branch information
davvid committed Aug 8, 2018
1 parent 1e9b5a2 commit cf4633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ endif ()
SET(PYTHON_DEST "${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION}/site-packages" )
INSTALL(TARGETS _partio DESTINATION ${PYTHON_DEST})
INSTALL(FILES ${CMAKE_BINARY_DIR}/${outdir}/py/partio.py DESTINATION ${PYTHON_DEST})
INSTALL(FILES partio.i DESTINATION ${CMAKE_INSTALL_DATADIR}/partio/swig)
INSTALL(FILES partio.i DESTINATION ${CMAKE_INSTALL_DATADIR}/swig)

ENDIF(PYTHONLIBS_FOUND)
#ENDIF(SWIG_FOUND)

0 comments on commit cf4633f

Please sign in to comment.