Skip to content

Commit e131eae

Browse files
committed
[SymForce] Use SYMFORCE_PYTHON for rerun_if_needed
Reviewers: hayk,bradley,nathan,kristen Topic: sym-python-rerun GitOrigin-RevId: 1dbfbc0816ac502c8846b5af060a81e9abf7a00e
1 parent 75201b6 commit e131eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ if(SYMFORCE_BUILD_SYMENGINE)
387387
set(git_stampfile ${CMAKE_CURRENT_BINARY_DIR}/${project_name}.stamp)
388388
set(git_check_rulename ${project_name}_check_git_clean)
389389
add_custom_target(${git_check_rulename}
390-
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/cmake/rerun_if_needed.py
390+
COMMAND ${SYMFORCE_PYTHON} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/rerun_if_needed.py
391391
--path_to_check ${PROJECT_SOURCE_DIR}/third_party/${project_name}
392392
--stamp_file ${git_stampfile}
393393
--cmake_stampdir="${cmake_stampdir}"

0 commit comments

Comments
 (0)