Skip to content

Commit

Permalink
Update README.md (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux authored Jul 7, 2021
1 parent dcac7d3 commit 628c50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
3- Add the `cpu_features` target to the `target_link_libraries()` section of
your executable or of your library.

## Enabling tests
## Disabling tests

CMake default options for cpu_features is Release built type with tests
disabled. To enable testing set cmake `BUILD_TESTING` variable to `ON`,
enabled. To disable testing set cmake `BUILD_TESTING` variable to `OFF`,
[.travis.yml](../.travis.yml) and [appveyor.yml](../appveyor.yml) have up to
date examples.

0 comments on commit 628c50e

Please sign in to comment.