From d0b16cdd50a28e64101a9f0913966356588be95c Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Fri, 16 Mar 2012 19:55:25 +0100 Subject: [PATCH] Fix manual mistake --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index 5af7e05..070fceb 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -347,7 +347,7 @@ clashes. As an example, if these properties are set on a source file of the example project: - set_source_files_properties (log.cpp PROPERTIES + set_source_files_properties (example.cpp PROPERTIES COTIRE_UNITY_SOURCE_PRE_UNDEFS "max;min" COTIRE_UNITY_SOURCE_POST_UNDEFS "DEBUG_TYPE")