Skip to content

Commit

Permalink
Merge Pull Request trilinos#13543 from cgcgcg/Trilinos/mueluPythonFix
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: b'MueLu regionMG: Fix for Python CMake logic'
PR Author: cgcgcg
  • Loading branch information
trilinos-autotester authored Oct 21, 2024
2 parents 6c7cdae + 0d8a590 commit 1ff6055
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ IF (${PACKAGE_NAME}_ENABLE_Amesos2)
)

## These are regression tests, that also compare residual convergence history
ASSERT_DEFINED(PYTHONINTERP_FOUND)
IF (PYTHONINTERP_FOUND)
ASSERT_DEFINED(Python3_EXECUTABLE)
IF (Python3_EXECUTABLE)

TRIBITS_ADD_ADVANCED_TEST(
Structured_Region_Star2D_Tpetra_GS_MPI_4_regression
Expand Down

0 comments on commit 1ff6055

Please sign in to comment.