From 99200936817d794172a02e832373f16094fae26e Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 16 Aug 2020 19:03:05 +0100 Subject: [PATCH] Github actions for MSVC --- test/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 21fa6000..8603b33b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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} )