Skip to content

Commit eb0ab10

Browse files
committed
give back cmake default option
1 parent 539f593 commit eb0ab10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolchain/toolchain_gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
--with-intel=no \
2121
--with-openblas=install \
2222
--with-openmpi=install \
23-
--with-cmake=system \
23+
--with-cmake=install \
2424
--with-scalapack=install \
2525
--with-libxc=install \
2626
--with-fftw=install \

toolchain/toolchain_intel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export CUDA_PATH=/usr/local/cuda
1818
--math-mode=mkl \
1919
--with-gcc=no \
2020
--with-intelmpi=system \
21-
--with-cmake=system \
21+
--with-cmake=install \
2222
--with-scalapack=no \
2323
--with-libxc=install \
2424
--with-fftw=no \

0 commit comments

Comments
 (0)