Revert PR #4228
Created by: mhoemmen
This reverts commit 24c2eb2f, reversing changes made to 7b60b19b.
It turns out that this breaks builds if Fortran is not enabled. CMake apparently permits the configuration to proceed, but the build fails with a missing header file. This revert should fix the following issues:
https://github.com/kokkos/kokkos-kernels/issues/372 https://github.com/trilinos/Trilinos/issues/4237 https://github.com/trilinos/Trilinos/issues/4235 #4242 (closed)
@trilinos/kokkos-kernels