mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
tentative fix of appveyor script
This commit is contained in:
parent
f4331fa74b
commit
981a625b63
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue