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:
@ -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 = \
|
|||||||
-lturbulenceModels \
|
-lturbulenceModels \
|
||||||
-lspecie \
|
-lspecie \
|
||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lmeshTools \
|
-lmeshTools
|
||||||
-lfvOptions
|
|
||||||
|
|||||||
@ -9,5 +9,4 @@ LIB_LIBS = \
|
|||||||
-lincompressibleTransportModels \
|
-lincompressibleTransportModels \
|
||||||
-lturbulenceModels \
|
-lturbulenceModels \
|
||||||
-lfiniteVolume \
|
-lfiniteVolume \
|
||||||
-lmeshTools \
|
-lmeshTools
|
||||||
-lfvOptions
|
|
||||||
|
|||||||
Reference in New Issue
Block a user