tentative fix of appveyor script

This commit is contained in:
Christophe Riccio 2018-08-19 17:21:44 +02:00
parent f4331fa74b
commit 981a625b63

View file

@ -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