Skip to content

Commit

Permalink
Merge pull request #14455 from tamiko/fix_cmake_tpetra
Browse files Browse the repository at this point in the history
CMake: remove forgotten GO = statement in tpetra compatibility check
  • Loading branch information
bangerth committed Nov 23, 2022
2 parents b35d905 + 21ac305 commit 3d63571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/configure/configure_20_trilinos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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<LO, GO>;
Teuchos::RCP<const map_type> dummy_map = Teuchos::rcp(new map_type());
Expand Down

0 comments on commit 3d63571

Please sign in to comment.