Skip to content
Snippets Groups Projects
Commit 97942bc0 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding functionality for pdata location

parent 272807f3
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,17 @@ else
NVCCFLAGS+="$NVCCFLAGS -O3 "
fi
####### Set location of openfpm_pdata
AC_ARG_WITH([pdata],
AS_HELP_STRING([--with-pdata=directory],
[specify where is located the pdata project]),
[pdata_dir="$withval"],
[pdata_dir="../../openfpm_pdata/src"])
####### include openfpm_devices include path
INCLUDES_PATH+="-I. -Iconfig -I../../openfpm_data/src -I../../openfpm_devices/src -I../../openfpm_pdata/src "
INCLUDES_PATH+="-I. -Iconfig -I../../openfpm_data/src -I../../openfpm_devices/src -I$pdata_dir "
###### Check for memleak check compilation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment