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
Branches
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment