Browse Source

tentative fix of appveyor script

Christophe Riccio 7 years ago
parent
commit
981a625b63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -49,7 +49,7 @@ before_build:
           $env:generator="$env:generator Win64"
       }
       echo generator="$env:generator"
-      cmake .. -G "$env:generator"
+      cmake .. -G "$env:generator" -DGLM_TEST_ENABLE=ON
 
 build_script:
   - cmake --build . --config %CONFIGURATION% -- /m /v:minimal