Skip to content

Commit

Permalink
typo in var name
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jun 28, 2024
1 parent c0890b6 commit 0dcdfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ if(BUILD_TESTING)
osh_add_exe(arrayops_test)
osh_add_exe(sort_test)
osh_add_exe(unit_math)
if (Omega_h_USE_KOKKOS)
if (Omega_h_USE_Kokkos)
osh_add_exe(bbox_reduce_test)
osh_add_exe(initKokkosAndLib)
endif()
Expand Down

0 comments on commit 0dcdfee

Please sign in to comment.