Include boost_inc_dir when building the samples
This commit is contained in:
parent
857bb0a769
commit
007ecf0c7c
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ set(CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS} ${OpenMP_EXE_LINKER_FLAGS})
|
|||
|
||||
buildSample(localenv.Program, pjoin(subdir, name),
|
||||
mglob(localenv, subdir, *extensions),
|
||||
CPPPATH=['#include'],
|
||||
LIBS=env['cantera_libs'])
|
||||
CPPPATH=['#include', env['boost_inc_dir']])
|
||||
|
||||
# Note: These Makefiles and SConstruct files are automatically installed
|
||||
# by the "RecursiveInstall" that grabs everything in the cxx directory.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue