From 8ebf9c984baa2b390cb6345847e7f1e2deb8d404 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 18 Dec 2021 14:23:58 +0900 Subject: [PATCH] ci: check if it works w/o /Zc:__cplusplus --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1121345..babb172 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ else() endif() if(MSVC) - add_definitions("/Zc:__cplusplus") # define __cplusplus value correctly +# add_definitions("/Zc:__cplusplus") # define __cplusplus value correctly add_definitions("/utf-8") # enable to use u8"" literal if(MSVC_VERSION LESS 1910) message(STATUS "MSVC < 1910. DEFINE_CONVERSION_NON_INTRUSIVE is disabled")