Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes FORCE from SET(KokkosKernels_ENABLE_ALL_COMPONENTS OFF) when …
…a component is enabled This fixes the following issue: 1. User sets KokkosKernernels_ENABLE_ALL_COMPONENTS to on 2. This enables each component 3. Invoke cmake again 4. Since components are enabled, KokkosKernels_ENABLE_ALL_COMPONENTS would be set to off 5. Things that rely on KokkosKernels_ENABLE_ALL_COMPONENTS are no longer build (e.g. tests) By removing FORCE, we no longer override KokkosKernels_ENABLE_ALL_COMPONENTS if it is on
- Loading branch information