From 9fc05a6d2e1d11edbef4d41d838ef2d2bd33ed4a Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 2 Aug 2022 08:37:58 +0100 Subject: [PATCH] src/atmosphericModels: Added sampling to options to avoid warnings from wmkdep Resolves https://bugs.openfoam.org/view.php?id=3870 --- src/atmosphericModels/Make/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/atmosphericModels/Make/options b/src/atmosphericModels/Make/options index 3d38d76e3e..6916aa9b3a 100644 --- a/src/atmosphericModels/Make/options +++ b/src/atmosphericModels/Make/options @@ -4,6 +4,7 @@ EXE_INC = \ -I$(LIB_SRC)/physicalProperties/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/meshTools/lnInclude \ + -I$(LIB_SRC)/sampling/lnInclude \ -I$(LIB_SRC)/triSurface/lnInclude \ -I$(LIB_SRC)/fvModels/lnInclude @@ -13,6 +14,7 @@ LIB_LIBS = \ -lphysicalProperties \ -lfiniteVolume \ -lmeshTools \ + -lsampling \ -ltriSurface \ -lfvModels \ -lfvConstraints