[cmake-developers] ctest - how to reset default regex error list

2018-07-18 Thread Michal Wozniak
Hi, My tests are failing since they are detecting the "ERROR:" I thought by using CTEST_CUSTOM_ERROR_MATCH, I would be able to reset the default list of errors and even use my own list. eg : set(CTEST_CUSTOM_ERROR_MATCH "") or set(CTEST_CUSTOM_ERROR_MATCH "error0" "error1" )

[CMake] CTEST_CUSTOM_ERROR_MATCH not working ?

2018-07-18 Thread Michal Wozniak
Hi, I'm using ctest to build and test my project. I trying to use CTEST_CUSTOM_ERROR_MATCH to find a different type of errors but it is always defaulting back to "ERROR:". I am setting this variable in my CTestConfig.cmake. set(CTEST_CUSTOM_ERROR_MATCH "error1" "error2"

Re: [cmake-developers] clang-tidy third party library exclude ?

2018-03-29 Thread Michal Wozniak
Thank you, I will try this. Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Brad King <brad.k...@kitware.com> Sent: Thursday, March 29, 2018 2:46:32 PM To: Michal Wozniak Cc: cmake-developers@cmake.org Subject

[cmake-developers] clang-tidy third party library exclude ?

2018-03-29 Thread Michal Wozniak
Hi, While reading this post, I thought of adding clang-tiny to our build process. Is it possible to exclude third-party libraries? Our application depends on VTK but I would like to ignore

Re: [cmake-developers] CDash - upload Test.xml 500 Error

2018-03-24 Thread Michal Wozniak
org> on behalf of Zack Galbreath <zack.galbre...@kitware.com> Sent: Thursday, March 22, 2018 3:40:48 PM To: cmake-developers@cmake.org Subject: Re: [cmake-developers] CDash - upload Test.xml 500 Error On Thu, Mar 22, 2018 at 2:09 PM, Michal Wozniak <michal.wozn...@caboma.com<