Skip to content

Commit 4104f02

Browse files
emily-howellcyrush
andauthored
Update scripts/build_ascent/build_ascent.sh
Co-authored-by: Cyrus Harrison <[email protected]>
1 parent 8ee9208 commit 4104f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_ascent/build_ascent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ cmake -S ${kokkos_src_dir} -B ${kokkos_build_dir} ${cmake_compiler_settings} \
653653

654654
echo "**** Building Kokkos ${kokkos_version}"
655655
cmake --build ${kokkos_build_dir} --config ${build_config} -j${build_jobs}
656-
echo "**** Installing Viskores ${kokkos_version}"
656+
echo "**** Installing Kokkos ${kokkos_version}"
657657
cmake --install ${kokkos_build_dir} --config ${build_config}
658658

659659
fi

0 commit comments

Comments
 (0)