tentative fix of appveyor script
This commit is contained in:
parent
3b67e0cfd2
commit
f4331fa74b
@ -49,7 +49,7 @@ before_build:
|
||||
$env:generator="$env:generator Win64"
|
||||
}
|
||||
echo generator="$env:generator"
|
||||
cmake .. -G "$env:generator" -DGLM_TEST_ENABLE=ON "$env:GLM_ARGUMENTS"
|
||||
cmake .. -G "$env:generator"
|
||||
|
||||
build_script:
|
||||
- cmake --build . --config %CONFIGURATION% -- /m /v:minimal
|
||||
|
Loading…
Reference in New Issue
Block a user