diff options
| -rw-r--r-- | modules/ECMMarkAsTest.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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. | 
