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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)