mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
make dependency builder happy
The compiler seems to have no problem with the space in the include option, however the dependency builder doesn't find the files.
This commit is contained in:
@ -12,7 +12,7 @@ PFLAGS+= -Dcompre
|
||||
EXE_INC = \
|
||||
$(PFLAGS) \
|
||||
$(PINC) \
|
||||
-I ../cfdemParticle/lnInclude \
|
||||
-I../cfdemParticle/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/transportModels \
|
||||
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
||||
|
||||
Reference in New Issue
Block a user