From bed5526c42815fbfc59e7949fd6a683b28fb1b9b Mon Sep 17 00:00:00 2001 From: Pierre-Luc Date: Tue, 26 May 2015 19:37:48 +0200 Subject: [PATCH] Fix typo in MANUAL.md Correct 'make us' to 'make use'. --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index 5e11adf..e72ee5d 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -298,7 +298,7 @@ ensure that the project builds properly without cotire. ### disabling precompiled headers and unity builds -If the target's build process should not be modified to make us of the generated precompiled +If the target's build process should not be modified to make use of the generated precompiled header, the target property `COTIRE_ENABLE_PRECOMPILED_HEADER` can be set to `FALSE`: set_target_properties(example PROPERTIES COTIRE_ENABLE_PRECOMPILED_HEADER FALSE)