1
0
Fork 0

fix for old test implementations

This commit is contained in:
Frank Celler 2017-03-08 13:07:30 +01:00
parent 25aafce6be
commit 6672ff40da
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ warning:
@echo " cmake .. -DCMAKE_BUILD_TYPE=Release"
@echo " make"
@echo ""
@if test `uname` == 'Darwin'; then make warning-mac; fi
@if test "`uname`" = 'Darwin'; then make warning-mac; fi
@echo "Use 'make help' to see more options."
warning-mac: