We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86af77d commit 882c98cCopy full SHA for 882c98c
RenderStateNotation/CMakeLists.txt
@@ -51,7 +51,7 @@ execute_process(
51
)
52
53
if(NOT JINJA_EXISTS EQUAL "0")
54
- set(JINJA2_INSTALL_CMD ${JINJA2_INSTALL_CMD} -m pip install jinja2)
+ set(JINJA2_INSTALL_CMD ${Python3_EXECUTABLE} -m pip install jinja2)
55
if(${Python3_VERSION} VERSION_GREATER_EQUAL "3.12")
56
set(JINJA2_INSTALL_CMD ${JINJA2_INSTALL_CMD} --break-system-packages)
57
endif()
0 commit comments