From 23462d49823b8b4c264d9ebd1e26e7951dd1acac Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Sun, 7 Oct 2018 18:40:43 +0200
Subject: [PATCH] [T] Test postLIE only if LIE processes are build.

---
 Applications/Utils/Tests.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake
index bb69b4cbcc4..e9320bdb3fb 100644
--- a/Applications/Utils/Tests.cmake
+++ b/Applications/Utils/Tests.cmake
@@ -34,7 +34,7 @@ AddTest(
     PATH LIE/PostProcessing
     EXECUTABLE postLIE
     EXECUTABLE_ARGS -i single_joint_pcs_0.pvd -o ${Data_BINARY_DIR}/LIE/PostProcessing/post_single_joint_pcs_0.pvd
-    REQUIREMENTS NOT OGS_USE_MPI
+    REQUIREMENTS NOT OGS_USE_MPI AND OGS_BUILD_PROCESS_LIE
     TESTER vtkdiff
     DIFF_DATA
     expected_post_single_joint_pcs_0_ts_1_t_1.000000.vtu post_single_joint_pcs_0_ts_1_t_1.000000.vtu u u 1e-14 1e-14
-- 
GitLab