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

Fixing BOOST

parent 87bcec81
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ endif
noinst_PROGRAMS = mem
mem_SOURCES = main.cpp memory/HeapMemory.cpp $(CUDA_SOURCES)
mem_CXXFLAGS = $(INCLUDES_PATH) -I/usr/local/include
mem_CXXFLAGS = $(INCLUDES_PATH) $(BOOST_CPPFLAGS) -I/usr/local/include
mem_CFLAGS =
mem_LDADD = $(LINKLIBS) -L/usr/lib64/nvidia-bumblebee/
......
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