Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Oct 3, 2024
1 parent d5792fe commit bd92afb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab/includes/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variables:
- *uenv_activate
- mkdir -p $BUILD_DIR $INSTALL_DIR
- |
CXX=`which gcc` CC=`which gcc` cmake \
CXX=`which g++` CC=`which gcc` cmake \
-S $CI_PROJECT_DIR \
-B $BUILD_DIR \
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
Expand All @@ -59,7 +59,6 @@ variables:
-DARB_WITH_PROFILING=ON \
-DARB_VECTORIZE=ON \
-DARB_WITH_PYTHON=ON \
-DARB_USE_HWLOC=ON \
-DARB_WITH_MPI=ON \
-DARB_GPU=${ARB_GPU} \
-DCMAKE_CUDA_ARCHITECTURES=${CUDA_ARCH} \
Expand Down

0 comments on commit bd92afb

Please sign in to comment.