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
|
||||
dummyThirdParty/Allwmake $targetType $*
|
||||
|
||||
wmakeLnInclude fvOptions
|
||||
|
||||
wmake $targetType finiteVolume
|
||||
wmake $targetType lagrangian/basic
|
||||
wmake $targetType lagrangian/distributionModels
|
||||
|
||||
@ -17,5 +17,4 @@ LIB_LIBS = \
|
||||
-lturbulenceModels \
|
||||
-lspecie \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-lfvOptions
|
||||
-lmeshTools
|
||||
|
||||
@ -9,5 +9,4 @@ LIB_LIBS = \
|
||||
-lincompressibleTransportModels \
|
||||
-lturbulenceModels \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-lfvOptions
|
||||
-lmeshTools
|
||||
|
||||
Reference in New Issue
Block a user