Skip to content
Snippets Groups Projects
Commit 8e5f7e08 authored by Henry Weller's avatar Henry Weller
Browse files

fvOptions: wmakeLnInclude before building the TurbulenceModels libraries

Do not link the fvOptions library into the TurbulenceModels libraries
due to cyclic dependency
parent 3dfe844d
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ wmake $targetType edgeMesh ...@@ -41,6 +41,8 @@ wmake $targetType edgeMesh
parallel/decompose/AllwmakeLnInclude parallel/decompose/AllwmakeLnInclude
dummyThirdParty/Allwmake $targetType $* dummyThirdParty/Allwmake $targetType $*
wmakeLnInclude fvOptions
wmake $targetType finiteVolume wmake $targetType finiteVolume
wmake $targetType lagrangian/basic wmake $targetType lagrangian/basic
wmake $targetType lagrangian/distributionModels wmake $targetType lagrangian/distributionModels
......
...@@ -17,5 +17,4 @@ LIB_LIBS = \ ...@@ -17,5 +17,4 @@ LIB_LIBS = \
-lturbulenceModels \ -lturbulenceModels \
-lspecie \ -lspecie \
-lfiniteVolume \ -lfiniteVolume \
-lmeshTools \ -lmeshTools
-lfvOptions
...@@ -9,5 +9,4 @@ LIB_LIBS = \ ...@@ -9,5 +9,4 @@ LIB_LIBS = \
-lincompressibleTransportModels \ -lincompressibleTransportModels \
-lturbulenceModels \ -lturbulenceModels \
-lfiniteVolume \ -lfiniteVolume \
-lmeshTools \ -lmeshTools
-lfvOptions
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment