Skip to content

Commit

Permalink
Remove calling tribits_exclude_autotools_files()
Browse files Browse the repository at this point in the history
Kokkos has no autotools files anymore and support for
tribits_exclude_autotools_files() was stripped out of TriBITS because it is
not needed anymore.

There will be a slight hack in Trilinos 'develop' to avoid needing to make
this change on Trilinos 'develop'.  But the next time Kokkos is snapshotted
into Trilinos, we can remove that (minor) hack.
  • Loading branch information
bartlettroscoe committed Jun 28, 2023
1 parent 0db68e4 commit 3c4dff5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ KOKKOS_PROCESS_SUBPACKAGES()
# E) If Kokkos itself is enabled, process the Kokkos package
#

KOKKOS_EXCLUDE_AUTOTOOLS_FILES()
KOKKOS_PACKAGE_POSTPROCESS()
KOKKOS_CONFIGURE_CORE()

Expand Down
9 changes: 0 additions & 9 deletions cmake/fake_tribits.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,6 @@ else()
endif()
ENDMACRO()


MACRO(KOKKOS_EXCLUDE_AUTOTOOLS_FILES)
if (KOKKOS_HAS_TRILINOS)
TRIBITS_EXCLUDE_AUTOTOOLS_FILES()
else()
#do nothing
endif()
ENDMACRO()

FUNCTION(KOKKOS_LIB_TYPE LIB RET)
GET_TARGET_PROPERTY(PROP ${LIB} TYPE)
IF (${PROP} STREQUAL "INTERFACE_LIBRARY")
Expand Down

0 comments on commit 3c4dff5

Please sign in to comment.