From bd2cc9e69df143d987e370b34340b55a6c25304a Mon Sep 17 00:00:00 2001 From: Dmitry Kobets Date: Mon, 29 Nov 2021 15:21:21 -0800 Subject: [PATCH] Add logging --- tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c05aaa7..92cb4c3 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -62,6 +62,7 @@ endif() # please try to keep entries ordered =) add_library(gsl_tests_config INTERFACE) if(MSVC) # MSVC or simulating MSVC + message(INFO, "br:MSVC") target_compile_options(gsl_tests_config INTERFACE ${GSL_CPLUSPLUS_OPT} /EHsc @@ -102,13 +103,13 @@ if(MSVC) # MSVC or simulating MSVC > ) else() + message(INFO, "br:MSVC:else") target_compile_options(gsl_tests_config INTERFACE -fno-strict-aliasing -Wall -Wcast-align -Wconversion -Wctor-dtor-privacy - -Werror -Wextra -Wpedantic -Wshadow