From 21ac305e2536b7bf14698be973362e1e69b0bdfe Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 23 Nov 2022 10:47:34 -0600 Subject: [PATCH] CMake: remove forgotten GO = statement in tpetra compatibility check Closes: #14372 --- cmake/configure/configure_20_trilinos.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/configure/configure_20_trilinos.cmake b/cmake/configure/configure_20_trilinos.cmake index 61619bcada..2fb559f42c 100644 --- a/cmake/configure/configure_20_trilinos.cmake +++ b/cmake/configure/configure_20_trilinos.cmake @@ -229,7 +229,6 @@ MACRO(FEATURE_TRILINOS_FIND_EXTERNAL var) main() { using LO = int; - using GO = unsigned int; using GO = ${_global_index_type}; using map_type = Tpetra::Map; Teuchos::RCP dummy_map = Teuchos::rcp(new map_type()); -- 2.39.5