ソースを参照

updated appveyor.yml (waiting for a new stable release of googletest)

Michele Caini 8 年 前
コミット
cd343ba598
1 ファイル変更1 行追加1 行削除
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -14,7 +14,7 @@ configuration:
 
 before_build:
   - cd %BUILD_DIR%
-  - cmake .. -G"Visual Studio 15 2017"
+  - cmake .. -DCMAKE_CXX_FLAGS=/D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING -G"Visual Studio 15 2017"
 
 build:
   parallel: true