Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoelf-Jilling <r-j.wolthuis@live.com>2020-01-16 21:29:36 +0300
committerRoelf-Jilling <r-j.wolthuis@live.com>2020-01-16 21:29:36 +0300
commit72312b64749b4f087fc30d513eb4a2f99ed1aaf5 (patch)
tree8107958c3c09527a67447ae589616e6881a83cac /tests
parent888b9b9723a355ea40e62e0fa3b04a625962689e (diff)
Revert "adding /EHsc for msvc cmake target gsl_test_config_noexcept"
This reverts commit 3539bd8008ed872f63d3ca71319cf4e5abbfe6c9.
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5c93a9a..ef70547 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -135,7 +135,6 @@ add_library(gsl_tests_config_noexcept INTERFACE)
if(MSVC) # MSVC or simulating MSVC
target_compile_options(gsl_tests_config_noexcept INTERFACE
${GSL_CPLUSPLUS_OPT}
- /EHsc
/W4
/WX
$<$<CXX_COMPILER_ID:MSVC>: