mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
COMP: force PROJECT_LIBS to be empty
- additional safety when using wmake to generate .so or exe files. These third-party libraries must not themselves have a link dependency on OpenFOAM.
This commit is contained in:
@ -13,3 +13,5 @@ EXE_INC = \
|
||||
-I$(KAHIP_LIB_SRC)/partition/uncoarsening/refinement/quotient_graph_refinement/flow_refinement
|
||||
|
||||
LIB_LIBS =
|
||||
|
||||
PROJECT_LIBS =
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
/* NOTE: make any changes to this file in etc/makeFiles/ */
|
||||
|
||||
/* EXE_INC = */
|
||||
EXE_INC =
|
||||
|
||||
LIB_LIBS =
|
||||
|
||||
PROJECT_LIBS =
|
||||
|
||||
Reference in New Issue
Block a user