1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 05:11:15 +02:00

Update README.md (#176)

This commit is contained in:
Mizux
2021-07-07 16:25:58 +02:00
committed by GitHub
parent dcac7d3844
commit 628c50e92d

View File

@ -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.