We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6ee8b commit b636518Copy full SHA for b636518
cmake/python.cmake
@@ -851,7 +851,7 @@ if(BUILD_VENV)
851
# Must NOT call it in a folder containing the setup.py otherwise pip call it
852
# (i.e. "python setup.py bdist") while we want to consume the wheel package
853
COMMAND ${VENV_Python3_EXECUTABLE} -m pip install
854
- --find-links=${CMAKE_CURRENT_BINARY_DIR}/python/dist ${PYTHON_PROJECT}==${PROJECT_VERSION}
+ --find-links=${CMAKE_CURRENT_BINARY_DIR}/python/dist ${PYTHON_PROJECT}==${PROJECT_VERSION}${PYTHON_RELEASE}
855
# install modules only required to run examples
856
857
pandas matplotlib pytest scipy svgwrite
0 commit comments