Skip to content

Commit bad96d6

Browse files
committed
Merge branch 'master' into cboulay/double_buflen
2 parents cd96eca + 055a1bd commit bad96d6

File tree

541 files changed

+37
-118657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

541 files changed

+37
-118657
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ target_compile_definitions(lslboost
178178
PUBLIC
179179
BOOST_ALL_NO_LIB
180180
BOOST_ASIO_STANDALONE
181-
BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS
182181
)
183182
target_include_directories(lslboost SYSTEM PUBLIC
184183
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/lslboost>)
@@ -221,7 +220,6 @@ elseif(WIN32)
221220
)
222221
target_compile_definitions(lslboost
223222
PUBLIC _WIN32_WINNT=${LSL_WINVER}
224-
PRIVATE BOOST_THREAD_BUILD_DLL
225223
)
226224
endif()
227225

lslboost/boost/algorithm/string/classification.hpp

-312
This file was deleted.

0 commit comments

Comments
 (0)