Skip to content

Commit

Permalink
#2308: Update build_cpp.sh to use -DKokkos_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Jul 7, 2024
1 parent 07d404e commit 0e752a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else
cd build
cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-DCMAKE_INSTALL_PREFIX="$CHECKPOINT_BUILD/install" \
-Dkokkos_DIR="$KOKKOS_INSTALL" \
-DKokkos_ROOT="$KOKKOS_INSTALL" \
"$CHECKPOINT"
cmake --build . ${dashj} --target install
fi
Expand Down

0 comments on commit 0e752a3

Please sign in to comment.