Skip to content

Commit

Permalink
Merge pull request #1413 from antonio-rojas/python
Browse files Browse the repository at this point in the history
Fix Python module install dir
  • Loading branch information
ghutchis authored Oct 28, 2023
2 parents eed1ba8 + 72a7d88 commit fd1c601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(wrapper_SRCS
set(_python_module_install_dir "avogadro")
# SKBUILD is set for binary wheel
if (NOT SKBUILD)
set(_python_module_install_dir "${Python_STDARCH}/avogadro")
set(_python_module_install_dir "${Python_SITEARCH}/avogadro")
endif()

set(CMAKE_MODULE_LINKER_FLAGS "")
Expand Down

0 comments on commit fd1c601

Please sign in to comment.