Skip to content

Commit

Permalink
unescape
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Dec 10, 2024
1 parent b087a3a commit 22bccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_ascent/build_ascent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ cmake -S ${kokkos_src_dir} -B ${kokkos_build_dir} ${cmake_compiler_settings} \
-DBUILD_SHARED_LIBS=${build_shared_libs} \
-DKokkos_ENABLE_SERIAL=ON \
-DCMAKE_INSTALL_PREFIX=${kokkos_install_dir} \
-DBUILD_TESTING=OFF "${kokkos_extra_cmake_args}" \
-DBUILD_TESTING=OFF ${kokkos_extra_cmake_args} \
-DCMAKE_INSTALL_PREFIX=${kokkos_install_dir}

echo "**** Building Kokkos ${kokkos_version}"
Expand Down

0 comments on commit 22bccd9

Please sign in to comment.