Skip to content

Commit 882c98c

Browse files
committed
Use correct variable for python executable
1 parent 86af77d commit 882c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RenderStateNotation/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ execute_process(
5151
)
5252

5353
if(NOT JINJA_EXISTS EQUAL "0")
54-
set(JINJA2_INSTALL_CMD ${JINJA2_INSTALL_CMD} -m pip install jinja2)
54+
set(JINJA2_INSTALL_CMD ${Python3_EXECUTABLE} -m pip install jinja2)
5555
if(${Python3_VERSION} VERSION_GREATER_EQUAL "3.12")
5656
set(JINJA2_INSTALL_CMD ${JINJA2_INSTALL_CMD} --break-system-packages)
5757
endif()

0 commit comments

Comments
 (0)