Skip to content

Commit

Permalink
Merge pull request #244 from nim65s/devel
Browse files Browse the repository at this point in the history
CMake: fix python setup
  • Loading branch information
nim65s authored Oct 30, 2024
2 parents 26a8fc5 + c9a118b commit 36e3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ install(
set(PYTHON_FILES __init__.py)

foreach(python ${PYTHON_FILES})
python_install(${PROJECT_NAME} ${python} ${${PYWRAP}_INSTALL_DIR})
python_install_on_site(${PROJECT_NAME} ${python})
endforeach(python)

0 comments on commit 36e3562

Please sign in to comment.