From 051ccf87ac99f040da5d817f503d930d9f711c24 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Tue, 19 Dec 2017 10:29:41 +0100 Subject: [PATCH] add libtool filter warning --- CTestCustom.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 5fc28f5..2870cff 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -13,6 +13,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "libtool: install: warning: relinking .*" "libtool: link: warning: .* seems to be moved" "libtool: relink: warning: .* seems to be moved" + "libtool: warning: relinking .*" ) SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 100000)