modeltest-gui: fix typo

This commit is contained in:
Kuoi 2022-08-28 17:14:03 +01:00 committed by GitHub
parent 2b7a2428f0
commit 5f58bca810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ prepare(){
build(){
cd ${srcdir}/modeltest/
mkdir build && cd build
cmake cmake -DUSE_GUI=ON ..
cmake -DUSE_GUI=ON ..
make
}
package() {