try to fix CMakeLists.txt
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Christian Zimmermann 2023-08-31 13:17:24 +02:00
parent 425a5524c4
commit 5acd80bdcb

View file

@ -7,7 +7,7 @@ steps:
- source /opt/rh/gcc-toolset-9/enable
- mkdir build-gcc
- cd build-gcc
- cmake3 -DRUN_PIPELINE ..
- cmake3 -DRUN_PIPELINE=on ..
- make -j2
- make test
- cd ..