Skip to content

Commit 8867a86

Browse files
committed
fixup
1 parent 09868f4 commit 8867a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/std/model.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ macro(setup)
4848
register_definitions(${STDIMPL})
4949
if (${STDIMPL} STREQUAL "DATA17")
5050
set(CMAKE_CXX_STANDARD 17)
51-
else if (${STDIMPL} STREQUAL "INDICES")
51+
elseif (${STDIMPL} STREQUAL "INDICES")
5252
set(CMAKE_CXX_STANDARD 20)
53-
else if (${STDIMPL} STREQUAL "DATA23")
53+
elseif (${STDIMPL} STREQUAL "DATA23")
5454
set(CMAKE_CXX_STANDARD 23)
5555
endif ()
5656
if (NVHPC_OFFLOAD)

0 commit comments

Comments
 (0)