fvOptions: wmakeLnInclude before building the TurbulenceModels libraries

Do not link the fvOptions library into the TurbulenceModels libraries
due to cyclic dependency
This commit is contained in:
Henry Weller
2015-12-01 13:10:51 +00:00
parent 207ebe90ae
commit fe9c908b0c
3 changed files with 4 additions and 4 deletions

View File

@ -41,6 +41,8 @@ wmake $targetType edgeMesh
parallel/decompose/AllwmakeLnInclude
dummyThirdParty/Allwmake $targetType $*
wmakeLnInclude fvOptions
wmake $targetType finiteVolume
wmake $targetType lagrangian/basic
wmake $targetType lagrangian/distributionModels

View File

@ -17,5 +17,4 @@ LIB_LIBS = \
-lturbulenceModels \
-lspecie \
-lfiniteVolume \
-lmeshTools \
-lfvOptions
-lmeshTools

View File

@ -9,5 +9,4 @@ LIB_LIBS = \
-lincompressibleTransportModels \
-lturbulenceModels \
-lfiniteVolume \
-lmeshTools \
-lfvOptions
-lmeshTools