mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 13:58:44 +08:00
Github actions for MSVC
This commit is contained in:
parent
d592d05913
commit
9920093681
@ -172,10 +172,10 @@ set(TEST_SOURCE_FILES
|
||||
test_xor_rotate_checksum.cpp
|
||||
)
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
||||
list(APPEND TEST_SOURCE_FILES "test_atomic_gcc_sync.cpp")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")
|
||||
endif()
|
||||
#if (CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
||||
# list(APPEND TEST_SOURCE_FILES "test_atomic_gcc_sync.cpp")
|
||||
# set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fexceptions")
|
||||
#endif()
|
||||
add_executable(etl_tests
|
||||
${TEST_SOURCE_FILES}
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user