Skip to content

Commit

Permalink
Remove cache var Trilinos_ENABLE_EXPORT_MAKEFILES (trilinos#8498, Tri…
Browse files Browse the repository at this point in the history
…BITSPub/TriBITS#299)

Support for Makefile.export.* files was removed from TriBITS and snaphsotted
into Trilinos a long time ago.  This support was removed in the Trilinos 14.0
release.  There is no reason to keep this cache variable anymore.  It just
clutters up the base CMakeLists.txt file.
  • Loading branch information
bartlettroscoe authored and JacobDomagala committed Aug 4, 2023
1 parent 51f2235 commit f022f6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ ENDIF ()

message(STATUS "The Current CXX Standard is : " ${CMAKE_CXX_STANDARD})

# Force off support for Makefile.export.* files while TriBITS is refactored to
# remove this (#8498)
SET(${PROJECT_NAME}_ENABLE_EXPORT_MAKEFILES OFF CACHE BOOL
"Support being removed from TriBITS (see trilinos/Trilinos#8498)" FORCE)

# Define empty macro to allow Kokkos and KokkosKernels to keep working until
# updated versions after Kokkos 4.1 are snapshotted in.
macro(tribits_exclude_autotools_files)
Expand Down

0 comments on commit f022f6e

Please sign in to comment.