File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(Caffe_DEFINITIONS "")
5
5
set (Caffe_COMPILE_OPTIONS "" )
6
6
7
7
# ---[ Boost
8
- find_package (Boost 1.55 REQUIRED COMPONENTS system thread filesystem)
8
+ find_package (Boost 1.54 REQUIRED COMPONENTS system thread filesystem)
9
9
list (APPEND Caffe_INCLUDE_DIRS PUBLIC ${Boost_INCLUDE_DIRS} )
10
10
list (APPEND Caffe_LINKER_LIBS PUBLIC ${Boost_LIBRARIES} )
11
11
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ apt-get -y update
9
9
apt-get install -y --no-install-recommends \
10
10
build-essential \
11
11
graphviz \
12
- libboost-filesystem1.55 -dev \
13
- libboost-python1.55 -dev \
14
- libboost-system1.55 -dev \
15
- libboost-thread1.55 -dev \
12
+ libboost-filesystem -dev \
13
+ libboost-python -dev \
14
+ libboost-system -dev \
15
+ libboost-thread -dev \
16
16
libgflags-dev \
17
17
libgoogle-glog-dev \
18
18
libhdf5-serial-dev \
You can’t perform that action at this time.
0 commit comments