Use newer tests flag

This commit is contained in:
Issam Maghni 2021-05-26 16:10:56 +00:00 committed by Nathan Moinvaziri
parent e67f033a1f
commit b05d6676fe

View File

@ -59,7 +59,7 @@ To generate project files for your platform:
2. Run cmake in the minizip directory.
```
cmake . -DMZ_BUILD_TEST=ON
cmake . -DMZ_BUILD_TESTS=ON
cmake --build .
```