From: Matthias Maier Date: Wed, 23 Nov 2022 16:47:34 +0000 (-0600) Subject: CMake: remove forgotten GO = statement in tpetra compatibility check X-Git-Tag: v9.5.0-rc1~822^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14455%2Fhead;p=dealii.git CMake: remove forgotten GO = statement in tpetra compatibility check Closes: #14372 --- 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());