Skip to content

Commit

Permalink
Fix build error caused by pthread lib order
Browse files Browse the repository at this point in the history
  • Loading branch information
Traun Leyden committed Oct 20, 2014
1 parent 51be352 commit 686793e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,11 @@ ifneq ($(CPU_ONLY), 1)
LIBRARY_DIRS += $(CUDA_LIB_DIR)
LIBRARIES := cudart cublas curand
endif
LIBRARIES += pthread \
glog gflags protobuf leveldb snappy \
LIBRARIES += glog gflags protobuf leveldb snappy \
lmdb \
boost_system \
hdf5_hl hdf5 \
opencv_core opencv_highgui opencv_imgproc
opencv_core opencv_highgui opencv_imgproc pthread
PYTHON_LIBRARIES := boost_python python2.7
WARNINGS := -Wall -Wno-sign-compare

Expand Down

0 comments on commit 686793e

Please sign in to comment.