浏览代码

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:
 before_build:
   - cd %BUILD_DIR%
   - 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:
 build:
   parallel: true
   parallel: true