Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalobg committed Jun 5, 2024
1 parent 09868f4 commit 8867a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/std/model.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ macro(setup)
register_definitions(${STDIMPL})
if (${STDIMPL} STREQUAL "DATA17")
set(CMAKE_CXX_STANDARD 17)
else if (${STDIMPL} STREQUAL "INDICES")
elseif (${STDIMPL} STREQUAL "INDICES")
set(CMAKE_CXX_STANDARD 20)
else if (${STDIMPL} STREQUAL "DATA23")
elseif (${STDIMPL} STREQUAL "DATA23")
set(CMAKE_CXX_STANDARD 23)
endif ()
if (NVHPC_OFFLOAD)
Expand Down

0 comments on commit 8867a86

Please sign in to comment.