diff options
author | Luke Yeager <lukeyeager@users.noreply.github.com> | 2017-05-12 10:06:51 -0700 |
---|---|---|
committer | Luke Yeager <lukeyeager@users.noreply.github.com> | 2017-05-12 10:10:20 -0700 |
commit | b7e2b99c7f0aeeb8e24046f8cbf5212065b9ccdf (patch) | |
tree | 6e43c674b2c2c8ce2018ba0bd9fb79dd5f839162 /cmake | |
parent | 7d3f8a7ea43fb06cd9804bc90933c7a91cd88ec9 (diff) | |
download | caffe-b7e2b99c7f0aeeb8e24046f8cbf5212065b9ccdf.tar.gz caffe-b7e2b99c7f0aeeb8e24046f8cbf5212065b9ccdf.tar.bz2 caffe-b7e2b99c7f0aeeb8e24046f8cbf5212065b9ccdf.zip |
Downgrade boost requirement from 1.55 to 1.54
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Dependencies.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index 4a5bac47..c48255c8 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -5,7 +5,7 @@ set(Caffe_DEFINITIONS "") set(Caffe_COMPILE_OPTIONS "") # ---[ Boost -find_package(Boost 1.55 REQUIRED COMPONENTS system thread filesystem) +find_package(Boost 1.54 REQUIRED COMPONENTS system thread filesystem) list(APPEND Caffe_INCLUDE_DIRS PUBLIC ${Boost_INCLUDE_DIRS}) list(APPEND Caffe_LINKER_LIBS PUBLIC ${Boost_LIBRARIES}) |