The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=13949 ====================================================================== Reported By: Dave Abrahams Assigned To: ====================================================================== Project: CMake Issue ID: 13949 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-02-25 01:46 EST Last Modified: 2013-02-25 01:46 EST ====================================================================== Summary: FAIL_REGULAR_EXPRESSION doesn't match beginning-of-line properly Description: I ended up doing:
set_tests_properties(conversion PROPERTIES DEPENDS prepare FAIL_REGULAR_EXPRESSION "(^| )[+][+] WARNING: " ) because this wasn't working: set_tests_properties(conversion PROPERTIES DEPENDS prepare FAIL_REGULAR_EXPRESSION "^[+][+] WARNING: " ) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-02-25 01:46 Dave Abrahams New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers