mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-01 00:56:23 +01:00
Set C++ standard for multithreading test
This commit is contained in:
parent
a39c67fe14
commit
29e64e4f22
@ -481,6 +481,7 @@ set_tests_properties(
|
||||
|
||||
add_executable(Multithreading ${TESTS_DIR}/X37-Multithreading.cpp)
|
||||
target_link_libraries(Multithreading PRIVATE Catch2::Catch2WithMain)
|
||||
target_compile_features(Multithreading PRIVATE cxx_std_20)
|
||||
add_test(
|
||||
NAME Reporters::Multithreading
|
||||
COMMAND ${CMAKE_COMMAND} -E env $<TARGET_FILE:Multithreading>
|
||||
|
Loading…
Reference in New Issue
Block a user