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})
10
10
SET (KOKKOSKERNELS_TOP_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} )
11
11
12
12
SET (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 )
15
15
SET (KokkosKernels_VERSION "${KokkosKernels_VERSION_MAJOR} .${KokkosKernels_VERSION_MINOR} .${KokkosKernels_VERSION_PATCH} " )
16
16
17
17
#Set variables for config file
@@ -138,7 +138,7 @@ ELSE()
138
138
ENDIF ()
139
139
IF (${Kokkos_VERSION} VERSION_GREATER_EQUAL "4.4.01" )
140
140
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" ))
142
142
MESSAGE (WARNING "Configuring with Kokkos ${Kokkos_VERSION} which is newer than the expected develop branch - version check may need update" )
143
143
ENDIF ()
144
144
ELSE ()
You can’t perform that action at this time.
0 commit comments