From 58d2c839246b2dcd4bc4519ec3c3caa43de24fc9 Mon Sep 17 00:00:00 2001 From: "Marcus D. Hanwell" Date: Sun, 23 Apr 2023 16:48:18 -0400 Subject: [PATCH] Tweak the install directory for the Python module Looking at this to support a Conda package for Avogadro. Signed-off-by: Marcus D. Hanwell --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 4207620462..e42c4fb9b1 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -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 "")