Make cmake build verbose to see options in use

This commit is contained in:
Martin Kroeker
2020-06-03 12:18:15 +02:00
committed by GitHub
parent c2b3f0b3f6
commit c2001f7756

View File

@@ -77,5 +77,5 @@ jobs:
mkdir build
cd build
cmake -DDYNAMIC_ARCH=1 -DNOFORTRAN=0 -DBUILD_WITHOUT_LAPACK=0 ..
cmake -DDYNAMIC_ARCH=1 -DNOFORTRAN=0 -DBUILD_WITHOUT_LAPACK=0 -DCMAKE_VERBOSE_MAKEFILES=ON ..
make -j$(nproc)