diff options
author | Robin Krahl <me@robin-krahl.de> | 2018-04-04 14:58:08 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2018-04-10 08:02:25 +0200 |
commit | ccea8b434141f525fbe6c7381516a4d34ade8450 (patch) | |
tree | 5f0679417766c383d47d793e74ebc960bcfa4c1a /.travis.yml | |
parent | 320dee676971f7116f9e28d759e4feb0a36729a4 (diff) | |
download | libnitrokey-ccea8b434141f525fbe6c7381516a4d34ade8450.tar.gz libnitrokey-ccea8b434141f525fbe6c7381516a4d34ade8450.tar.bz2 |
Fix suggested CMake options in readme
The readme suggested to use the option `-DCOMPILE_TESTS` for CMake in
order to compile unit tests. Yet CMake expectes option values of the
form `<var>:<type>=<value>` or `<var>=<value>` (see cmake(1)).
Therefore, this patch replaces `-DCOMPILE_TESTS` with
`-DCOMPILE_TESTS=ON`, matching the general build instructions in the
CMake section.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions