We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee9208 commit 4104f02Copy full SHA for 4104f02
scripts/build_ascent/build_ascent.sh
@@ -653,7 +653,7 @@ cmake -S ${kokkos_src_dir} -B ${kokkos_build_dir} ${cmake_compiler_settings} \
653
654
echo "**** Building Kokkos ${kokkos_version}"
655
cmake --build ${kokkos_build_dir} --config ${build_config} -j${build_jobs}
656
-echo "**** Installing Viskores ${kokkos_version}"
+echo "**** Installing Kokkos ${kokkos_version}"
657
cmake --install ${kokkos_build_dir} --config ${build_config}
658
659
fi
0 commit comments