From 48d32cca6a6dcae9a4be492b09828d4ddd8fcbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= Date: Wed, 2 Oct 2013 23:46:00 -0300 Subject: Fix typo in comment. --- modules/ECMMarkAsTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ECMMarkAsTest.cmake') diff --git a/modules/ECMMarkAsTest.cmake b/modules/ECMMarkAsTest.cmake index f1e53e4b..e20bfbfe 100644 --- a/modules/ECMMarkAsTest.cmake +++ b/modules/ECMMarkAsTest.cmake @@ -6,7 +6,7 @@ # # ECM_MARK_AS_TEST( target1 target2 ... targetN ) # -# If BUILD_TESTING is False, then targets marked as tests are exluded from +# If BUILD_TESTING is False, then targets marked as tests are excluded from # the ALL target. They are all part of the 'buildtests' target though, so # even if building with BUILD_TESTING set to False, it is possible to build # all tests by invoking the 'buildtests' target. -- cgit v1.2.1