Skip to content

Commit

Permalink
Tweak the install directory for the Python module
Browse files Browse the repository at this point in the history
Looking at this to support a Conda package for Avogadro.

Signed-off-by: Marcus D. Hanwell <[email protected]>
  • Loading branch information
cryos committed Apr 30, 2023
1 parent 65bfd73 commit 58d2c83
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 "${INSTALL_LIBRARY_DIR}/avogadro")
set(_python_module_install_dir "${Python_STDARCH}/avogadro")
endif()

set(CMAKE_MODULE_LINKER_FLAGS "")
Expand Down

0 comments on commit 58d2c83

Please sign in to comment.