Skip to content

Commit

Permalink
Fixed python install for win64
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmytrievs committed Mar 1, 2023
1 parent d8ef437 commit 46c628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/chemicalfun/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ install(CODE
endif()
execute_process(
COMMAND ${PYTHON_EXECUTABLE} -m pip install --prefix ${CHEMICALFUN_PYTHON_INSTALL_PREFIX} ${CMAKE_CURRENT_BINARY_DIR}
COMMAND ${PYTHON_EXECUTABLE} -m pip install --prefix \${CHEMICALFUN_PYTHON_INSTALL_PREFIX_NATIVE} ${CMAKE_CURRENT_BINARY_DIR}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
"
)

0 comments on commit 46c628f

Please sign in to comment.