Skip to content

Commit

Permalink
Don't set PYTHON_EXECUTABLE to python3 (TriBITSPub#610)
Browse files Browse the repository at this point in the history
We want to use default behavior to just pick up python3 by default
  • Loading branch information
bartlettroscoe committed Oct 3, 2024
1 parent b17ed5b commit 46f0df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev_testing/generic/do-configure-mpi-debug
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ fi

cmake \
-D CMAKE_BUILD_TYPE:STRING="DEBUG" \
-D PYTHON_EXECUTABLE=$(which python3) \
-D TPL_ENABLE_MPI:BOOL=ON \
-D TriBITS_ENABLE_Fortran:BOOL=ON \
-D TriBITS_ENABLE_TESTS:BOOL=ON \
Expand Down

0 comments on commit 46f0df5

Please sign in to comment.