Commit 715eebf5 authored by Roscoe A. Bartlett's avatar Roscoe A. Bartlett
Browse files

Add ProjectCompilerPostConfig.cmake to include the one from Trilinos (PHI-5294)

With updated Trilinos, you need to let Kokkos handle the various compiler
options for C++, etc.  This allows you to use the KOKKOS_ARCH cmake cache var
and let the Kokkos team figure out how to build on varous machines.
parent e74720e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
include(${Trilinos_SOURCE_DIR}/cmake/ProjectCompilerPostConfig.cmake)