Skip to content

Commit

Permalink
Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE (TriBITSPub/TriBITS…
Browse files Browse the repository at this point in the history
…#610)

Signed-off-by: Roscoe A. Bartlett <[email protected]>
  • Loading branch information
bartlettroscoe committed Oct 11, 2024
1 parent 600198f commit f094a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonTools/build_stats/build_stat_wrapper.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export TRILINOS_BUILD_STATS_BASE_DIR="@BASE_BUILD_DIR_FOR_PYTHON@"
if [ "${CMAKE_IS_IN_CONFIGURE_MODE}" == "1" ]; then
${TRILINOS_BUILD_STATS_INNER_OP} "$@"
else
"@PYTHON_EXECUTABLE@" \
"@Python3_EXECUTABLE@" \
"@BUILD_STATS_SRC_DIR@/wrapper/magic_wrapper.py" "$@"
fi

0 comments on commit f094a74

Please sign in to comment.