mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Remove BOOST_THREAD_USES_MOVE define from tests
No longer needed as we require C++11/14 already and hence rvalue references can be used by Boost.Thread
This commit is contained in:
parent
23ac665c22
commit
9e2223d4be
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ foreach(testFile IN LISTS testFiles)
|
||||||
target_compile_definitions(${name}_use_conversions PRIVATE MOCK_USE_CONVERSIONS)
|
target_compile_definitions(${name}_use_conversions PRIVATE MOCK_USE_CONVERSIONS)
|
||||||
|
|
||||||
target_link_libraries(${name}_thread_safe PRIVATE Boost::thread)
|
target_link_libraries(${name}_thread_safe PRIVATE Boost::thread)
|
||||||
target_compile_definitions(${name}_thread_safe PRIVATE MOCK_THREAD_SAFE BOOST_THREAD_USES_MOVE)
|
target_compile_definitions(${name}_thread_safe PRIVATE MOCK_THREAD_SAFE)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# Link test only to check for a regression
|
# Link test only to check for a regression
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue