File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ target_include_directories(lslobj
198198target_compile_definitions (lslobj PRIVATE
199199 LIBLSL_EXPORTS
200200 LOGURU_DEBUG_LOGGING=$<BOOL :${LSL_DEBUGLOG} >
201+ PUBLIC ASIO_NO_DEPRECATED
201202)
202203
203204# platform specific configuration
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ set -e -x
1010echo ${LSLGITREVISION:= " $( git describe --tags HEAD) " }
1111${CXX:- g++} -fPIC -fvisibility=hidden -O2 ${CFLAGS} ${CXXFLAGS} -Ilslboost \
1212 -DBOOST_ALL_NO_LIB \
13- -DBOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS \
14- -DBOOST_ASIO_STANDALONE \
13+ -DASIO_NO_DEPRECATED \
1514 -DLOGURU_DEBUG_LOGGING=0 \
1615 -DLSL_LIBRARY_INFO_STR=\" ${LSLGITREVISION:- " built from standalone build script" } \" \
1716 src/* .cpp src/util/* .cpp \
1817 thirdparty/pugixml/pugixml.cpp -Ithirdparty/pugixml \
1918 thirdparty/loguru/loguru.cpp -Ithirdparty/loguru \
19+ -Ithirdparty/asio \
2020 lslboost/serialization_objects.cpp \
2121 ${LDFLAGS} \
2222 -shared -o liblsl.so -lpthread -lrt -ldl
You can’t perform that action at this time.
0 commit comments