From f5a9ae43c6f109601266b1d8a733ecf8a9227d9a Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 10 Nov 2015 12:59:47 +0000
Subject: [PATCH] COMP: liquidPropertiesFvPatchFields: compilation order

---
 src/Allwmake                                 | 2 ++
 src/thermophysicalModels/properties/Allwmake | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Allwmake b/src/Allwmake
index d70cb03fc2b..35819399ec8 100755
--- a/src/Allwmake
+++ b/src/Allwmake
@@ -79,5 +79,7 @@ postProcessing/Allwmake $targetType $*
 
 wmake $targetType sixDoFRigidBodyMotion
 
+# Needs access to Turbulence
+wmake $targetType thermophysicalModels/properties/liquidPropertiesFvPatchFields
 
 # ----------------------------------------------------------------- end-of-file
diff --git a/src/thermophysicalModels/properties/Allwmake b/src/thermophysicalModels/properties/Allwmake
index 1ab9ccc2857..6ee093bc11a 100755
--- a/src/thermophysicalModels/properties/Allwmake
+++ b/src/thermophysicalModels/properties/Allwmake
@@ -7,7 +7,6 @@ targetType=libso
 set -x
 
 wmake $targetType liquidProperties
-wmake $targetType liquidPropertiesFvPatchFields
 wmake $targetType liquidMixtureProperties
 wmake $targetType solidProperties
 wmake $targetType solidMixtureProperties
-- 
GitLab