We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e6670 commit 165198fCopy full SHA for 165198f
cmake/KokkosKernelsConfig.cmake.in
@@ -7,7 +7,9 @@ include(CMakeFindDependencyMacro)
7
8
@KOKKOSKERNELS_TPL_EXPORTS@
9
10
-find_dependency(Kokkos HINTS @Kokkos_DIR@)
+IF(NOT Kokkos_FOUND)
11
+ find_dependency(Kokkos HINTS @Kokkos_DIR@)
12
+ENDIF()
13
14
INCLUDE("${KokkosKernels_CMAKE_DIR}/KokkosKernelsTargets.cmake")
15
0 commit comments