Skip to content

Commit 055a1bd

Browse files
committed
CMake: remove obsolete Boost.Thread preprocessor definitions
1 parent d88d1b9 commit 055a1bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
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

0 commit comments

Comments
 (0)