Ver Fonte

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

Michele Caini há 8 anos atrás
pai
commit
cd343ba598
1 ficheiros alterados com 1 adições e 1 exclusões
  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