File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ SET(KOKKOSKERNELS_TOP_BUILD_DIR ${CMAKE_CURRENT_BINARY_DIR})
1010SET (KOKKOSKERNELS_TOP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} )
1111
1212SET (KokkosKernels_VERSION_MAJOR 4)
13- SET (KokkosKernels_VERSION_MINOR 5 )
14- SET (KokkosKernels_VERSION_PATCH 99 )
13+ SET (KokkosKernels_VERSION_MINOR 6 )
14+ SET (KokkosKernels_VERSION_PATCH 0 )
1515SET (KokkosKernels_VERSION "${KokkosKernels_VERSION_MAJOR} .${KokkosKernels_VERSION_MINOR} .${KokkosKernels_VERSION_PATCH} " )
1616
1717#Set variables for config file
@@ -138,7 +138,7 @@ ELSE()
138138 ENDIF ()
139139 IF (${Kokkos_VERSION} VERSION_GREATER_EQUAL "4.4.01" )
140140 MESSAGE (STATUS "Found Kokkos version ${Kokkos_VERSION} at ${Kokkos_DIR} " )
141- IF ((${Kokkos_VERSION} VERSION_GREATER "4.5 .99" ))
141+ IF ((${Kokkos_VERSION} VERSION_GREATER "4.6 .99" ))
142142 MESSAGE (WARNING "Configuring with Kokkos ${Kokkos_VERSION} which is newer than the expected develop branch - version check may need update" )
143143 ENDIF ()
144144 ELSE ()
You can’t perform that action at this time.
0 commit comments