build-verbosity=2 gave warnings with build frontend, remove

This commit is contained in:
Robert Taylor 2023-07-16 19:45:34 +00:00
parent 6c3361632c
commit c1e94c5d98
1 changed files with 0 additions and 1 deletions

View File

@ -96,4 +96,3 @@ before-all = '''
wget
wget http://lemon.cs.elte.hu/pub/sources/lemon-1.3.1.tar.gz; tar -xzf lemon-1.3.1.tar.gz; cd lemon-1.3.1; mkdir build; cd build; cmake ..; make install; cd ../..
'''
build-verbosity=2