diff options
| author | Mizux <mizux.dev@gmail.com> | 2021-07-07 16:25:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 16:25:58 +0200 |
| commit | 628c50e92d7b2223a3159fb53dbc49835233a84a (patch) | |
| tree | bb13dc5cb35aab3f82f242c9cf2fb3060e424717 | |
| parent | dcac7d3844d842baba4a3febbce351be1459beeb (diff) | |
| download | platform_external_cpu_features-upstream-master.tar.gz platform_external_cpu_features-upstream-master.tar.bz2 platform_external_cpu_features-upstream-master.zip | |
Update README.md (#176)upstream-master
| -rw-r--r-- | cmake/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/README.md b/cmake/README.md index b6baeaa..a2878cd 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -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. |
