Skip to content

Commit

Permalink
Merge pull request #3 from bienz2/csiefer2-patch-1
Browse files Browse the repository at this point in the history
Csiefer2 patch 1
  • Loading branch information
mikethebos authored Jul 18, 2023
2 parents dd7082d + 5b3bc65 commit 653560b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/tpetra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -722,16 +722,7 @@ TRIBITS_ADD_OPTION_AND_DEFINE(
Tpetra_INST_INT_UNSIGNED
HAVE_TPETRA_INST_INT_UNSIGNED
"Enable GlobalOrdinal = unsigned in Tpetra. This option is ${HAVE_TPETRA_INST_INT_UNSIGNED_DEFAULT} by default. Please don't set this option. We only maintain it for backwards compatibility."
${HAVE_TPETRA_INSIF (NOT DEFINED ${PACKAGE_NAME}_ENABLE_quadmath)
IF (DEFINED TpetraCore_ENABLE_quadmath)
SET (${PACKAGE_NAME}_ENABLE_quadmath "${TpetraCore_ENABLE_quadmath}")
ELSEIF (DEFINED TPL_ENABLE_quadmath)
SET (${PACKAGE_NAME}_ENABLE_quadmath "${TPL_ENABLE_quadmath}")
ELSE ()
SET (${PACKAGE_NAME}_ENABLE_quadmath OFF)
ENDIF ()
ENDIF ()
ASSERT_DEFINED (${PACKAGE_NAME}_ENABLE_quadmath)T_INT_UNSIGNED_DEFAULT}
${HAVE_TPETRA_INST_INT_UNSIGNED_DEFAULT}
)

TRIBITS_ADD_OPTION_AND_DEFINE(
Expand Down

0 comments on commit 653560b

Please sign in to comment.