Skip to content
This repository was archived by the owner on Dec 5, 2017. It is now read-only.

Commit 205c9f7

Browse files
committed
Update CMakeDependencies.txt
1 parent a0bedd6 commit 205c9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeDependencies.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ endif()
207207

208208
if(__LINUX__)
209209
if(LSB_DISTRIBUTOR_ID STREQUAL "centos")
210-
set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy boost_log_setup boost_log boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z c)
210+
set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy ${BOOST_PATH}/stage/lib/libboost_log_setup.a ${BOOST_PATH}/stage/lib/libboost_log.a boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z c)
211211
else()
212-
set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy boost_log_setup boost_log boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z rtmp c)
212+
set(CSI_HTTP_CLIENT_LIBS csi-http-client csi-http-common csi-avro json_spirit snappy ${BOOST_PATH}/stage/lib/libboost_log_setup.a ${BOOST_PATH}/stage/lib/libboost_log.a boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono boost_iostreams curl cares idn ldap lber ssl crypto rt pthread z rtmp c)
213213
endif()
214214

215215
#just override if we're crosscompiling for raspberry

0 commit comments

Comments
 (0)