Skip to content

Commit

Permalink
Remove unnecessary --target flag from cmake calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Simberg committed Mar 24, 2022
1 parent 1d934d5 commit 88695fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/cscs/batch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cmake \
-DCMAKE_INSTALL_PREFIX=/dev/shm/kokkos/install \
-DHPX_DIR=/dev/shm/hpx/install/lib64/cmake/HPX \
${kokkos_configure_extra_options}
cmake --build /dev/shm/kokkos/build --target
cmake --build /dev/shm/kokkos/build
cmake --install /dev/shm/kokkos/build

set +e
Expand Down

0 comments on commit 88695fa

Please sign in to comment.