newer boost needs -lboost_thread
Stefan

Stefan commited on 2013-07-13 20:29:08
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -10,7 +10,7 @@ CFLAGS=-Wall -Wextra -Werror -O2 -g -frounding-math
10 10
 DEFINES=
11 11
 INCLUDES=
12 12
 LDFLAGS=
13
-LIBS=-lCGAL -lCGAL_Core -ldime -lm
13
+LIBS=-lCGAL -lCGAL_Core -ldime -lboost_thread -lm
14 14
 
15 15
 CPP=g++
16 16
 CPPARGS=$(CFLAGS) $(DEFINES) $(INCLUDES)
17 17