From c09973d77643f6325c109b151beab9ce15377f09 Mon Sep 17 00:00:00 2001 From: "T.J. Corona" Date: Wed, 7 Sep 2016 11:37:37 -0400 Subject: [PATCH] Quiet moab warnings. --- cmake/CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/CTestCustom.cmake.in b/cmake/CTestCustom.cmake.in index f4f33b86..fad9e70e 100644 --- a/cmake/CTestCustom.cmake.in +++ b/cmake/CTestCustom.cmake.in @@ -112,6 +112,7 @@ ignore_project_warnings(gdal) ignore_project_warnings(hdf5) ignore_project_errors(hdf5) ignore_project_warnings(kml) +ignore_project_warnings(moab) ignore_project_warnings(python) ignore_project_warnings(qt4) ignore_project_warnings(shiboken) -- GitLab